Html Css Color HEX #377F20 Bilbao

📋 copy color: '#377F20'

red 55 ◦ green 127 ◦ blue 32

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

Shades of Bilbao #377F20

Tints of Bilbao #377F20

RGB

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

 GREEN value IS 127 (50% from 255) = 59.35%

 BLUE value IS 32 (12.89% from 255) = 14.95%

R = 25.7%
G = 59.35%
B = 14.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.75

 K value IS 0.50

RGB Variations

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

Color information

#377F20 (or 0x377F20) is known color: Bilbao. HEX triplet: 37, 7F and 20. RGB value is (55,127,32). Sum of RGB (Red+Green+Blue) = 55+127+32=214 (28% of max value = 765). Red value is 55 (21.88% from 255 or 25.70% from 214); Green value is 127 (50% from 255 or 59.35% from 214); Blue value is 32 (12.89% from 255 or 14.95% from 214); Max value from RGB is 127 - color contains mainly: green. Hex color #377F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #377F20 is #C880DF. Grayscale: #5E5E5E. Windows color (decimal): -13140192 or 2129719. OLE color: 2129719.

HSL color Cylindrical-coordinate representation of color #377F20: hue angle of 105.47º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #377F20 is Cyan = 0.57, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.50.

Color convert

RGB 55 127 32 -
CMYK 0.57 0 0.75 0.50
HSL 105.47º 0.6% 0.31% -
HSV(B) 105.47º 0.75% 0.5% -
XYZ 9.43 16.1 3.98 -
YUV 94.64 92.65 99.72 -
System Red Green Blue C M Y K H S L
Decimal 55 127 32 0.57 0 0.75 0.50 105.47 0.6 0.31
Hex 37 7F 20 39 0 4B 32 69 3C 1F
Octal 67 177 40 71 0 113 62 151 74 37
Binary 110111 1111111 100000 111001 0 1001011 110010 1101001 111100 11111

Color Harmonies of #377F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377F20

Black with #377F20

Text Example


Text Example

White with #377F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377F20; }

 p { color: rgb(55,127,32); }

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

background-color css

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

 a { background-color: rgb(55,127,32); }

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

border-color css

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

 span { border-color: rgb(55,127,32); }

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