#337D24

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

Shades of Bilbao #337D24

Tints of Bilbao #337D24

Color information

#337D24 (or 0x337D24) is unknown color: approx Bilbao. HEX triplet: 33, 7D and 24. RGB value is (51,125,36). Sum of RGB (Red+Green+Blue) = 51+125+36=212 (28% of max value = 765). Red value is 51 (20.31% from 255 or 24.06% from 212); Green value is 125 (49.22% from 255 or 58.96% from 212); Blue value is 36 (14.45% from 255 or 16.98% from 212); Max value from RGB is 125 - color contains mainly: green. Hex color #337D24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D24 is #CC82DB. Grayscale: #5D5D5D. Windows color (decimal): -13402844 or 2391347. OLE color: 2391347.

HSL color Cylindrical-coordinate representation of color #337D24: hue angle of 109.89º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #337D24 is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.51.

Color convert

RGB5112536-
CMYK0.5900.710.51
HSL109.89º55.28%31.57%-
HSV(B)109.89º71.2%49.02%-
XYZ9.0215.54.19-
YUV92.7395.9898.24-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.06%
GREEN value IS 125 (49.22% from 255) = 58.96%
BLUE value IS 36 (14.45% from 255) = 16.98%
R=24.06%
G=58.96%
B=16.98%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51125360.5900.710.51109.8955.2831.57
Hex337D243B047336e3720
Octal6317544730107631566740
Binary1100111111101100100111011010001111100111101110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,125,36); }

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

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

 a { background-color: rgb(51,125,36); }

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

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

 span { border-color: rgb(51,125,36); }

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