Html Css Color HEX #376916 Bilbao

📋 copy color: '#376916'

red 55 ◦ green 105 ◦ blue 22

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

Shades of Bilbao #376916

Tints of Bilbao #376916

RGB

 RED value IS 55 (21.88% from 255) = 30.22%

 GREEN value IS 105 (41.41% from 255) = 57.69%

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

R = 30.22%
G = 57.69%
B = 12.09%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.79

 K value IS 0.59

RGB Variations

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

Color information

#376916 (or 0x376916) is known color: Bilbao. HEX triplet: 37, 69 and 16. RGB value is (55,105,22). Sum of RGB (Red+Green+Blue) = 55+105+22=182 (24% of max value = 765). Red value is 55 (21.88% from 255 or 30.22% from 182); Green value is 105 (41.41% from 255 or 57.69% from 182); Blue value is 22 (8.98% from 255 or 12.09% from 182); Max value from RGB is 105 - color contains mainly: green. Hex color #376916 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376916 is #C896E9. Grayscale: #505050. Windows color (decimal): -13145834 or 1468727. OLE color: 1468727.

HSL color Cylindrical-coordinate representation of color #376916: hue angle of 96.14º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #376916 is Cyan = 0.48, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.59.

Color convert

RGB 55 105 22 -
CMYK 0.48 0 0.79 0.59
HSL 96.14º 0.65% 0.25% -
HSV(B) 96.14º 0.79% 0.41% -
XYZ 6.77 10.97 2.52 -
YUV 80.59 94.94 109.75 -
System Red Green Blue C M Y K H S L
Decimal 55 105 22 0.48 0 0.79 0.59 96.14 0.65 0.25
Hex 37 69 16 30 0 4F 3B 60 41 19
Octal 67 151 26 60 0 117 73 140 101 31
Binary 110111 1101001 10110 110000 0 1001111 111011 1100000 1000001 11001

Color Harmonies of #376916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376916

Black with #376916

Text Example


Text Example

White with #376916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376916; }

 p { color: rgb(55,105,22); }

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

background-color css

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

 a { background-color: rgb(55,105,22); }

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

border-color css

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

 span { border-color: rgb(55,105,22); }

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