#337A04

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

Shades of Bilbao #337A04

Tints of Bilbao #337A04

Color information

#337A04 (or 0x337A04) is unknown color: approx Bilbao. HEX triplet: 33, 7A and 04. RGB value is (51,122,4). Sum of RGB (Red+Green+Blue) = 51+122+4=177 (23% of max value = 765). Red value is 51 (20.31% from 255 or 28.81% from 177); Green value is 122 (48.05% from 255 or 68.93% from 177); Blue value is 4 (1.95% from 255 or 2.26% from 177); Max value from RGB is 122 - color contains mainly: green. Hex color #337A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A04 is #CC85FB. Grayscale: #575757. Windows color (decimal): -13403644 or 293427. OLE color: 293427.

HSL color Cylindrical-coordinate representation of color #337A04: hue angle of 96.1º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #337A04 is Cyan = 0.58, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.52.

Color convert

RGB511224-
CMYK0.5800.970.52
HSL96.1º93.65%24.71%-
HSV(B)96.1º96.72%47.84%-
XYZ8.3514.632.5-
YUV87.3280.98102.09-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 28.81%
GREEN value IS 122 (48.05% from 255) = 68.93%
BLUE value IS 4 (1.95% from 255) = 2.26%
R=28.81%
G=68.93%
B=2.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5112240.5800.970.5296.193.6524.71
Hex337A43A06134605e19
Octal6317247201416414013631
Binary1100111111010100111010011000011101001100000101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337A04; }

 p { color: rgb(51,122,4); }

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

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

 a { background-color: rgb(51,122,4); }

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

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

 span { border-color: rgb(51,122,4); }

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