Html Css Color HEX #387209 Bilbao

📋 copy color: '#387209'

red 56 ◦ green 114 ◦ blue 9

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

Shades of Bilbao #387209

Tints of Bilbao #387209

RGB

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

 GREEN value IS 114 (44.92% from 255) = 63.69%

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

R = 31.28%
G = 63.69%
B = 5.03%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.92

 K value IS 0.55

RGB Variations

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

Color information

#387209 (or 0x387209) is known color: Bilbao. HEX triplet: 38, 72 and 09. RGB value is (56,114,9). Sum of RGB (Red+Green+Blue) = 56+114+9=179 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.28% from 179); Green value is 114 (44.92% from 255 or 63.69% from 179); Blue value is 9 (3.91% from 255 or 5.03% from 179); Max value from RGB is 114 - color contains mainly: green. Hex color #387209 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387209 is #C78DF6. Grayscale: #555555. Windows color (decimal): -13078007 or 619064. OLE color: 619064.

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

Color convert

RGB 56 114 9 -
CMYK 0.51 0 0.92 0.55
HSL 93.14º 0.85% 0.24% -
HSV(B) 93.14º 0.92% 0.45% -
XYZ 7.7 12.9 2.34 -
YUV 84.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 56 114 9 0.51 0 0.92 0.55 93.14 0.85 0.24
Hex 38 72 9 33 0 5C 37 5D 55 18
Octal 70 162 11 63 0 134 67 135 125 30
Binary 111000 1110010 1001 110011 0 1011100 110111 1011101 1010101 11000

Color Harmonies of #387209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387209

Black with #387209

Text Example


Text Example

White with #387209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387209; }

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

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

background-color css

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

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

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

border-color css

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

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

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