Html Css Color HEX #377002 Bilbao

📋 copy color: '#377002'

red 55 ◦ green 112 ◦ blue 2

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

Shades of Bilbao #377002

Tints of Bilbao #377002

RGB

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

 GREEN value IS 112 (44.14% from 255) = 66.27%

 BLUE value IS 2 (1.17% from 255) = 1.18%

R = 32.54%
G = 66.27%
B = 1.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.98

 K value IS 0.56

RGB Variations

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

Color information

#377002 (or 0x377002) is known color: Bilbao. HEX triplet: 37, 70 and 02. RGB value is (55,112,2). Sum of RGB (Red+Green+Blue) = 55+112+2=169 (22% of max value = 765). Red value is 55 (21.88% from 255 or 32.54% from 169); Green value is 112 (44.14% from 255 or 66.27% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 112 - color contains mainly: green. Hex color #377002 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377002 is #C88FFD. Grayscale: #525252. Windows color (decimal): -13144062 or 159799. OLE color: 159799.

HSL color Cylindrical-coordinate representation of color #377002: hue angle of 91.09º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #377002 is Cyan = 0.51, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.56.

Color convert

RGB 55 112 2 -
CMYK 0.51 0 0.98 0.56
HSL 91.09º 0.96% 0.22% -
HSV(B) 91.09º 0.98% 0.44% -
XYZ 7.38 12.4 2.06 -
YUV 82.42 82.62 108.44 -
System Red Green Blue C M Y K H S L
Decimal 55 112 2 0.51 0 0.98 0.56 91.09 0.96 0.22
Hex 37 70 2 33 0 62 38 5B 60 16
Octal 67 160 2 63 0 142 70 133 140 26
Binary 110111 1110000 10 110011 0 1100010 111000 1011011 1100000 10110

Color Harmonies of #377002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377002

Black with #377002

Text Example


Text Example

White with #377002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377002; }

 p { color: rgb(55,112,2); }

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

background-color css

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

 a { background-color: rgb(55,112,2); }

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

border-color css

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

 span { border-color: rgb(55,112,2); }

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