#379004

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

Shades of Bilbao #379004

Tints of Bilbao #379004

Color information

#379004 (or 0x379004) is unknown color: approx Bilbao. HEX triplet: 37, 90 and 04. RGB value is (55,144,4). Sum of RGB (Red+Green+Blue) = 55+144+4=203 (26% of max value = 765). Red value is 55 (21.88% from 255 or 27.09% from 203); Green value is 144 (56.64% from 255 or 70.94% from 203); Blue value is 4 (1.95% from 255 or 1.97% from 203); Max value from RGB is 144 - color contains mainly: green. Hex color #379004 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #379004 is #C86FFB. Grayscale: #656565. Windows color (decimal): -13135868 or 299063. OLE color: 299063.

HSL color Cylindrical-coordinate representation of color #379004: hue angle of 98.14º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #379004 is Cyan = 0.62, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.44.

Color convert

RGB551444-
CMYK0.6200.970.44
HSL98.14º94.59%29.02%-
HSV(B)98.14º97.22%56.47%-
XYZ11.5720.773.51-
YUV101.4373.0194.88-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 27.09%
GREEN value IS 144 (56.64% from 255) = 70.94%
BLUE value IS 4 (1.95% from 255) = 1.97%
R=27.09%
G=70.94%
B=1.97%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5514440.6200.970.4498.1494.5929.02
Hex379043E0612C625f1d
Octal6722047601415414213735
Binary11011110010000100111110011000011011001100010101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #379004

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #379004; }

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

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

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

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

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

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

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

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