Html Css Color HEX #387408 Bilbao

📋 copy color: '#387408'

red 56 ◦ green 116 ◦ blue 8

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

Shades of Bilbao #387408

Tints of Bilbao #387408

RGB

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

 GREEN value IS 116 (45.7% from 255) = 64.44%

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

R = 31.11%
G = 64.44%
B = 4.44%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.93

 K value IS 0.55

RGB Variations

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

Color information

#387408 (or 0x387408) is known color: Bilbao. HEX triplet: 38, 74 and 08. RGB value is (56,116,8). Sum of RGB (Red+Green+Blue) = 56+116+8=180 (23% of max value = 765). Red value is 56 (22.27% from 255 or 31.11% from 180); Green value is 116 (45.70% from 255 or 64.44% from 180); Blue value is 8 (3.52% from 255 or 4.44% from 180); Max value from RGB is 116 - color contains mainly: green. Hex color #387408 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387408 is #C78BF7. Grayscale: #565656. Windows color (decimal): -13077496 or 554040. OLE color: 554040.

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

Color convert

RGB 56 116 8 -
CMYK 0.52 0 0.93 0.55
HSL 93.33º 0.87% 0.24% -
HSV(B) 93.33º 0.93% 0.45% -
XYZ 7.92 13.35 2.39 -
YUV 85.75 84.12 106.78 -
System Red Green Blue C M Y K H S L
Decimal 56 116 8 0.52 0 0.93 0.55 93.33 0.87 0.24
Hex 38 74 8 34 0 5D 37 5D 57 18
Octal 70 164 10 64 0 135 67 135 127 30
Binary 111000 1110100 1000 110100 0 1011101 110111 1011101 1010111 11000

Color Harmonies of #387408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387408

Black with #387408

Text Example


Text Example

White with #387408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387408; }

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

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

background-color css

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

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

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

border-color css

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

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

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