Html Css Color HEX #376E13 Bilbao

📋 copy color: '#376E13'

red 55 ◦ green 110 ◦ blue 19

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

Shades of Bilbao #376E13

Tints of Bilbao #376E13

RGB

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

 GREEN value IS 110 (43.36% from 255) = 59.78%

 BLUE value IS 19 (7.81% from 255) = 10.33%

R = 29.89%
G = 59.78%
B = 10.33%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.83

 K value IS 0.57

RGB Variations

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

Color information

#376E13 (or 0x376E13) is known color: Bilbao. HEX triplet: 37, 6E and 13. RGB value is (55,110,19). Sum of RGB (Red+Green+Blue) = 55+110+19=184 (24% of max value = 765). Red value is 55 (21.88% from 255 or 29.89% from 184); Green value is 110 (43.36% from 255 or 59.78% from 184); Blue value is 19 (7.81% from 255 or 10.33% from 184); Max value from RGB is 110 - color contains mainly: green. Hex color #376E13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376E13 is #C891EC. Grayscale: #535353. Windows color (decimal): -13144557 or 1273399. OLE color: 1273399.

HSL color Cylindrical-coordinate representation of color #376E13: hue angle of 96.26º degrees, saturation: 0.71, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #376E13 is Cyan = 0.5, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.57.

Color convert

RGB 55 110 19 -
CMYK 0.5 0 0.83 0.57
HSL 96.26º 0.71% 0.25% -
HSV(B) 96.26º 0.83% 0.43% -
XYZ 7.27 12.01 2.55 -
YUV 83.18 91.78 107.9 -
System Red Green Blue C M Y K H S L
Decimal 55 110 19 0.5 0 0.83 0.57 96.26 0.71 0.25
Hex 37 6E 13 32 0 53 39 60 47 19
Octal 67 156 23 62 0 123 71 140 107 31
Binary 110111 1101110 10011 110010 0 1010011 111001 1100000 1000111 11001

Color Harmonies of #376E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E13

Black with #376E13

Text Example


Text Example

White with #376E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #376E13; }

 p { color: rgb(55,110,19); }

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

background-color css

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

 a { background-color: rgb(55,110,19); }

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

border-color css

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

 span { border-color: rgb(55,110,19); }

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