Html Css Color HEX #387009 Bilbao

📋 copy color: '#387009'

red 56 ◦ green 112 ◦ blue 9

#387009
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bilbao #387009

Tints of Bilbao #387009

RGB

 RED value IS 56 (22.27% from 255) = 31.64%

 GREEN value IS 112 (44.14% from 255) = 63.28%

 BLUE value IS 9 (3.91% from 255) = 5.08%

R = 31.64%
G = 63.28%
B = 5.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.92

 K value IS 0.56

RGB Variations

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

Color information

#387009 (or 0x387009) is known color: Bilbao. HEX triplet: 38, 70 and 09. RGB value is (56,112,9). Sum of RGB (Red+Green+Blue) = 56+112+9=177 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.64% from 177); Green value is 112 (44.14% from 255 or 63.28% from 177); Blue value is 9 (3.91% from 255 or 5.08% from 177); Max value from RGB is 112 - color contains mainly: green. Hex color #387009 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387009 is #C78FF6. Grayscale: #535353. Windows color (decimal): -13078519 or 618552. OLE color: 618552.

HSL color Cylindrical-coordinate representation of color #387009: hue angle of 92.62º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #387009 is Cyan = 0.50, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.56.

Color convert

RGB 56 112 9 -
CMYK 0.50 0 0.92 0.56
HSL 92.62º 0.85% 0.24% -
HSV(B) 92.62º 0.92% 0.44% -
XYZ 7.47 12.45 2.27 -
YUV 83.51 85.95 108.38 -
System Red Green Blue C M Y K H S L
Decimal 56 112 9 0.50 0 0.92 0.56 92.62 0.85 0.24
Hex 38 70 9 32 0 5C 38 5D 55 18
Octal 70 160 11 62 0 134 70 135 125 30
Binary 111000 1110000 1001 110010 0 1011100 111000 1011101 1010101 11000

Color Harmonies of #387009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387009

Black with #387009

Text Example


Text Example

White with #387009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387009; }

 p { color: rgb(56,112,9); }

 H1.HeaderClassName
 {
   color: #387009;
 }
 .AnyTagClassName
 {
   color: #387009;
 }
</style>

background-color css

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

 a { background-color: rgb(56,112,9); }

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

border-color css

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

 span { border-color: rgb(56,112,9); }

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