Html Css Color HEX #387708 Bilbao

📋 copy color: '#387708'

red 56 ◦ green 119 ◦ blue 8

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

Shades of Bilbao #387708

Tints of Bilbao #387708

RGB

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

 GREEN value IS 119 (46.88% from 255) = 65.03%

 BLUE value IS 8 (3.52% from 255) = 4.37%

R = 30.6%
G = 65.03%
B = 4.37%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#387708 (or 0x387708) is known color: 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

RGB 56 119 8 -
CMYK 0.53 0 0.93 0.53
HSL 94.05º 0.87% 0.25% -
HSV(B) 94.05º 0.93% 0.47% -
XYZ 8.27 14.05 2.51 -
YUV 87.51 83.13 105.53 -
System Red Green Blue C M Y K H S L
Decimal 56 119 8 0.53 0 0.93 0.53 94.05 0.87 0.25
Hex 38 77 8 35 0 5D 35 5E 57 19
Octal 70 167 10 65 0 135 65 136 127 31
Binary 111000 1110111 1000 110101 0 1011101 110101 1011110 1010111 11001

Color Harmonies of #387708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387708

Black with #387708

Text Example


Text Example

White with #387708

Text Example


Text Example

HTML Codes & Css Web 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>