#387708

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

Shades of Bilbao #387708

Tints of Bilbao #387708

Color information

#387708 (or 0x387708) is unknown color: approx Bilbao. HEX triplet: 38, 77 and 08. RGB value is (56,119,8). Sum of RGB (Red+Green+Blue) = 56+119+8=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 119 (46.88% from 255 or 65.03% from 183); Blue value is 8 (3.52% from 255 or 4.37% from 183); Max value from RGB is 119 - color contains mainly: green. Hex color #387708 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387708 is #C788F7. Grayscale: #575757. Windows color (decimal): -13076728 or 554808. OLE color: 554808.

HSL color Cylindrical-coordinate representation of color #387708: hue angle of 94.05º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #387708 is Cyan = 0.53, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB561198-
CMYK0.5300.930.53
HSL94.05º87.4%24.9%-
HSV(B)94.05º93.28%46.67%-
XYZ8.2714.052.51-
YUV87.5183.13105.53-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 30.60%
GREEN value IS 119 (46.88% from 255) = 65.03%
BLUE value IS 8 (3.52% from 255) = 4.37%
R=30.60%
G=65.03%
B=4.37%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal5611980.5300.930.5394.0587.424.9
Hex387783505D355e5719
Octal70167106501356513612731
Binary11100011101111000110101010111011101011011110101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #387708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #387708; }

 p { color: rgb(56,119,8); }

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

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

 a { background-color: rgb(56,119,8); }

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

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

 span { border-color: rgb(56,119,8); }

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