Html Css Color HEX #387609 Bilbao

📋 copy color: '#387609'

red 56 ◦ green 118 ◦ blue 9

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

Shades of Bilbao #387609

Tints of Bilbao #387609

RGB

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

 GREEN value IS 118 (46.48% from 255) = 64.48%

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

R = 30.6%
G = 64.48%
B = 4.92%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#387609 (or 0x387609) is known color: Bilbao. HEX triplet: 38, 76 and 09. RGB value is (56,118,9). Sum of RGB (Red+Green+Blue) = 56+118+9=183 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.60% from 183); Green value is 118 (46.48% from 255 or 64.48% from 183); Blue value is 9 (3.91% from 255 or 4.92% from 183); Max value from RGB is 118 - color contains mainly: green. Hex color #387609 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387609 is #C789F6. Grayscale: #575757. Windows color (decimal): -13076983 or 620088. OLE color: 620088.

HSL color Cylindrical-coordinate representation of color #387609: hue angle of 94.13º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #387609 is Cyan = 0.53, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 56 118 9 -
CMYK 0.53 0 0.92 0.54
HSL 94.13º 0.86% 0.25% -
HSV(B) 94.13º 0.92% 0.46% -
XYZ 8.16 13.82 2.5 -
YUV 87.04 83.96 105.86 -
System Red Green Blue C M Y K H S L
Decimal 56 118 9 0.53 0 0.92 0.54 94.13 0.86 0.25
Hex 38 76 9 35 0 5C 36 5E 56 19
Octal 70 166 11 65 0 134 66 136 126 31
Binary 111000 1110110 1001 110101 0 1011100 110110 1011110 1010110 11001

Color Harmonies of #387609

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387609

Black with #387609

Text Example


Text Example

White with #387609

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387609; }

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

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

background-color css

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

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

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

border-color css

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

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

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