Html Css Color HEX #377005 Bilbao

📋 copy color: '#377005'

red 55 ◦ green 112 ◦ blue 5

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

Shades of Bilbao #377005

Tints of Bilbao #377005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.91%

R = 31.98%
G = 65.12%
B = 2.91%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.96

 K value IS 0.56

RGB Variations

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

Color information

#377005 (or 0x377005) is known color: Bilbao. HEX triplet: 37, 70 and 05. RGB value is (55,112,5). Sum of RGB (Red+Green+Blue) = 55+112+5=172 (22% of max value = 765). Red value is 55 (21.88% from 255 or 31.98% from 172); Green value is 112 (44.14% from 255 or 65.12% from 172); Blue value is 5 (2.34% from 255 or 2.91% from 172); Max value from RGB is 112 - color contains mainly: green. Hex color #377005 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377005 is #C88FFA. Grayscale: #535353. Windows color (decimal): -13144059 or 356407. OLE color: 356407.

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

Color convert

RGB 55 112 5 -
CMYK 0.51 0 0.96 0.56
HSL 91.96º 0.91% 0.23% -
HSV(B) 91.96º 0.96% 0.44% -
XYZ 7.4 12.41 2.15 -
YUV 82.76 84.12 108.2 -
System Red Green Blue C M Y K H S L
Decimal 55 112 5 0.51 0 0.96 0.56 91.96 0.91 0.23
Hex 37 70 5 33 0 60 38 5C 5B 17
Octal 67 160 5 63 0 140 70 134 133 27
Binary 110111 1110000 101 110011 0 1100000 111000 1011100 1011011 10111

Color Harmonies of #377005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #377005

Black with #377005

Text Example


Text Example

White with #377005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #377005; }

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

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

background-color css

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

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

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

border-color css

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

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

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