#38690F

Color #38690F Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #38690F

Tints of Bilbao #38690F

Color information

#38690F (or 0x38690F) is unknown color: approx Bilbao. HEX triplet: 38, 69 and 0F. RGB value is (56,105,15). Sum of RGB (Red+Green+Blue) = 56+105+15=176 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.82% from 176); Green value is 105 (41.41% from 255 or 59.66% from 176); Blue value is 15 (6.25% from 255 or 8.52% from 176); Max value from RGB is 105 - color contains mainly: green. Hex color #38690F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38690F is #C796F0. Grayscale: #505050. Windows color (decimal): -13080305 or 1009976. OLE color: 1009976.

HSL color Cylindrical-coordinate representation of color #38690F: hue angle of 92.67º degrees, saturation: 0.75, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38690F is Cyan = 0.47, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.59.

Color convert

RGB5610515-
CMYK0.4700.860.59
HSL92.67º75%23.53%-
HSV(B)92.67º85.71%41.18%-
XYZ6.7710.982.21-
YUV80.0991.27110.82-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 56 (22.27% from 255) = 31.82%
GREEN value IS 105 (41.41% from 255) = 59.66%
BLUE value IS 15 (6.25% from 255) = 8.52%
R=31.82%
G=59.66%
B=8.52%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal56105150.4700.860.5992.677523.53
Hex3869F2F0563B5d4b18
Octal70151175701267313511330
Binary11100011010011111101111010101101110111011101100101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38690F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #38690F; }

 p { color: rgb(56,105,15); }

 H1.HeaderClassName
 {
   color: #38690F;
 }
 .AnyTagClassName
 {
   color: #38690F;
 }
</style>
background-color css

<style>
 a { background-color: #38690F; }

 a { background-color: rgb(56,105,15); }

 div.DivClassName
 {
   background-color: #38690F;
 }
 .BgClassName
 {
   background-color: #38690F;
 }
</style>
border-color css

<style>
 span { border-color: #38690F; }

 span { border-color: rgb(56,105,15); }

 td.TdClassName
 {
   border-color: #38690F;
 }
 .TagClassName
 {
   border-color: #38690F;
 }
</style>