#337A00

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

Shades of Bilbao #337A00

Tints of Bilbao #337A00

Color information

#337A00 (or 0x337A00) is unknown color: approx Bilbao. HEX triplet: 33, 7A and 00. RGB value is (51,122,0). Sum of RGB (Red+Green+Blue) = 51+122+0=173 (22% of max value = 765). Red value is 51 (20.31% from 255 or 29.48% from 173); Green value is 122 (48.05% from 255 or 70.52% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 122 - color contains mainly: green. Hex color #337A00 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #337A00 is #CC85FF. Grayscale: #575757. Windows color (decimal): -13403648 or 31283. OLE color: 31283.

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

Color convert

RGB511220-
CMYK0.58010.52
HSL94.92º100%23.92%-
HSV(B)94.92º100%47.84%-
XYZ8.3214.622.38-
YUV86.8678.98102.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 29.48%
GREEN value IS 122 (48.05% from 255) = 70.52%
BLUE value IS 0 (0.39% from 255) = 0%
R=29.48%
G=70.52%
B=0%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal5112200.58010.5294.9210023.92
Hex337A03A064345f6418
Octal6317207201446413714430
Binary11001111110100111010011001001101001011111110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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