Html Css Color HEX #387116 Bilbao

📋 copy color: '#387116'

red 56 ◦ green 113 ◦ blue 22

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

Shades of Bilbao #387116

Tints of Bilbao #387116

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 11.52%

R = 29.32%
G = 59.16%
B = 11.52%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#387116 (or 0x387116) is known color: Bilbao. HEX triplet: 38, 71 and 16. RGB value is (56,113,22). Sum of RGB (Red+Green+Blue) = 56+113+22=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 22 (8.98% from 255 or 11.52% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #387116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #387116 is #C78EE9. Grayscale: #555555. Windows color (decimal): -13078250 or 1470776. OLE color: 1470776.

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

Color convert

RGB 56 113 22 -
CMYK 0.50 0 0.81 0.56
HSL 97.58º 0.67% 0.26% -
HSV(B) 97.58º 0.81% 0.44% -
XYZ 7.68 12.71 2.81 -
YUV 85.58 92.12 106.9 -
System Red Green Blue C M Y K H S L
Decimal 56 113 22 0.50 0 0.81 0.56 97.58 0.67 0.26
Hex 38 71 16 32 0 51 38 62 43 1A
Octal 70 161 26 62 0 121 70 142 103 32
Binary 111000 1110001 10110 110010 0 1010001 111000 1100010 1000011 11010

Color Harmonies of #387116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #387116

Black with #387116

Text Example


Text Example

White with #387116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #387116; }

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

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

background-color css

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

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

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

border-color css

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

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

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