Html Css Color HEX #387112 Bilbao

📋 copy color: '#387112'

red 56 ◦ green 113 ◦ blue 18

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

Shades of Bilbao #387112

Tints of Bilbao #387112

RGB

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

 GREEN value IS 113 (44.53% from 255) = 60.43%

 BLUE value IS 18 (7.42% from 255) = 9.63%

R = 29.95%
G = 60.43%
B = 9.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.84

 K value IS 0.56

RGB Variations

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

Color information

#387112 (or 0x387112) is known color: Bilbao. HEX triplet: 38, 71 and 12. RGB value is (56,113,18). Sum of RGB (Red+Green+Blue) = 56+113+18=187 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.95% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 18 (7.42% from 255 or 9.63% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #387112 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387112 is #C78EED. Grayscale: #555555. Windows color (decimal): -13078254 or 1208632. OLE color: 1208632.

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

Color convert

RGB 56 113 18 -
CMYK 0.50 0 0.84 0.56
HSL 96º 0.73% 0.26% -
HSV(B) 96º 0.84% 0.44% -
XYZ 7.65 12.69 2.62 -
YUV 85.13 90.12 107.22 -
System Red Green Blue C M Y K H S L
Decimal 56 113 18 0.50 0 0.84 0.56 96 0.73 0.26
Hex 38 71 12 32 0 54 38 60 49 1A
Octal 70 161 22 62 0 124 70 140 111 32
Binary 111000 1110001 10010 110010 0 1010100 111000 1100000 1001001 11010

Color Harmonies of #387112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387112

Black with #387112

Text Example


Text Example

White with #387112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387112; }

 p { color: rgb(56,113,18); }

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

background-color css

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

 a { background-color: rgb(56,113,18); }

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

border-color css

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

 span { border-color: rgb(56,113,18); }

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