#377404

Color #377404 Bilbao (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bilbao #377404

Tints of Bilbao #377404

Color information

#377404 (or 0x377404) is unknown color: approx Bilbao. HEX triplet: 37, 74 and 04. RGB value is (55,116,4). Sum of RGB (Red+Green+Blue) = 55+116+4=175 (23% of max value = 765). Red value is 55 (21.88% from 255 or 31.43% from 175); Green value is 116 (45.70% from 255 or 66.29% from 175); Blue value is 4 (1.95% from 255 or 2.29% from 175); Max value from RGB is 116 - color contains mainly: green. Hex color #377404 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #377404 is #C88BFB. Grayscale: #555555. Windows color (decimal): -13143036 or 291895. OLE color: 291895.

HSL color Cylindrical-coordinate representation of color #377404: hue angle of 92.68º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #377404 is Cyan = 0.53, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB551164-
CMYK0.5300.970.55
HSL92.68º93.33%23.53%-
HSV(B)92.68º96.55%45.49%-
XYZ7.8413.312.27-
YUV84.9982.29106.61-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 31.43%
GREEN value IS 116 (45.70% from 255) = 66.29%
BLUE value IS 4 (1.95% from 255) = 2.29%
R=31.43%
G=66.29%
B=2.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal5511640.5300.970.5592.6893.3323.53
Hex3774435061375d5d18
Octal6716446501416713513530
Binary1101111110100100110101011000011101111011101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #377404

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #377404; }

 p { color: rgb(55,116,4); }

 H1.HeaderClassName
 {
   color: #377404;
 }
 .AnyTagClassName
 {
   color: #377404;
 }
</style>
background-color css

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

 a { background-color: rgb(55,116,4); }

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

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

 span { border-color: rgb(55,116,4); }

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