Html Css Color HEX #376E00 Bilbao

📋 copy color: '#376E00'

red 55 ◦ green 110 ◦ blue 0

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

Shades of Bilbao #376E00

Tints of Bilbao #376E00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 33.33%
G = 66.67%
B = 0%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#376E00 (or 0x376E00) is known color: Bilbao. HEX triplet: 37, 6E and 00. RGB value is (55,110,0). Sum of RGB (Red+Green+Blue) = 55+110+0=165 (21% of max value = 765). Red value is 55 (21.88% from 255 or 33.33% from 165); Green value is 110 (43.36% from 255 or 66.67% from 165); Blue value is 0 (0.39% from 255 or 0% from 165); Max value from RGB is 110 - color contains mainly: green. Hex color #376E00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #376E00 is #C891FF. Grayscale: #515151. Windows color (decimal): -13144576 or 28215. OLE color: 28215.

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

Color convert

RGB 55 110 0 -
CMYK 0.5 0 1 0.57
HSL 90º 1% 0.22% -
HSV(B) 90º 1% 0.43% -
XYZ 7.15 11.96 1.93 -
YUV 81.02 82.28 109.44 -
System Red Green Blue C M Y K H S L
Decimal 55 110 0 0.5 0 1 0.57 90 1 0.22
Hex 37 6E 0 32 0 64 39 5A 64 16
Octal 67 156 0 62 0 144 71 132 144 26
Binary 110111 1101110 0 110010 0 1100100 111001 1011010 1100100 10110

Color Harmonies of #376E00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #376E00

Black with #376E00

Text Example


Text Example

White with #376E00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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