Html Css Color HEX #377200 Bilbao

📋 copy color: '#377200'

red 55 ◦ green 114 ◦ blue 0

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

Shades of Bilbao #377200

Tints of Bilbao #377200

RGB

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

 GREEN value IS 114 (44.92% from 255) = 67.46%

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

R = 32.54%
G = 67.46%
B = 0%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#377200 (or 0x377200) is known color: Bilbao. HEX triplet: 37, 72 and 00. RGB value is (55,114,0). Sum of RGB (Red+Green+Blue) = 55+114+0=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 114 (44.92% from 255 or 67.46% from 169); Blue value is 0 (0.39% from 255 or 0% from 169); Max value from RGB is 114 - color contains mainly: green. Hex color #377200 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377200 is #C88DFF. Grayscale: #535353. Windows color (decimal): -13143552 or 29239. OLE color: 29239.

HSL color Cylindrical-coordinate representation of color #377200: hue angle of 91.05º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #377200 is Cyan = 0.52, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 55 114 0 -
CMYK 0.52 0 1 0.55
HSL 91.05º 1% 0.22% -
HSV(B) 91.05º 1% 0.45% -
XYZ 7.59 12.85 2.08 -
YUV 83.36 80.95 107.77 -
System Red Green Blue C M Y K H S L
Decimal 55 114 0 0.52 0 1 0.55 91.05 1 0.22
Hex 37 72 0 34 0 64 37 5B 64 16
Octal 67 162 0 64 0 144 67 133 144 26
Binary 110111 1110010 0 110100 0 1100100 110111 1011011 1100100 10110

Color Harmonies of #377200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377200

Black with #377200

Text Example


Text Example

White with #377200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377200; }

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

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

background-color css

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

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

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

border-color css

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

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

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