#337A25

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

Shades of Bilbao #337A25

Tints of Bilbao #337A25

Color information

#337A25 (or 0x337A25) is unknown color: approx Bilbao. HEX triplet: 33, 7A and 25. RGB value is (51,122,37). Sum of RGB (Red+Green+Blue) = 51+122+37=210 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.29% from 210); Green value is 122 (48.05% from 255 or 58.10% from 210); Blue value is 37 (14.84% from 255 or 17.62% from 210); Max value from RGB is 122 - color contains mainly: green. Hex color #337A25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A25 is #CC85DA. Grayscale: #5B5B5B. Windows color (decimal): -13403611 or 2456115. OLE color: 2456115.

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

Color convert

RGB5112237-
CMYK0.5800.700.52
HSL110.12º53.46%31.18%-
HSV(B)110.12º69.67%47.84%-
XYZ8.6614.764.14-
YUV91.0897.4899.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.29%
GREEN value IS 122 (48.05% from 255) = 58.10%
BLUE value IS 37 (14.84% from 255) = 17.62%
R=24.29%
G=58.10%
B=17.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122370.5800.700.52110.1253.4631.18
Hex337A253A046346e351f
Octal6317245720106641566537
Binary110011111101010010111101001000110110100110111011010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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