#337D32

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

Shades of Japanese Laurel #337D32

Tints of Japanese Laurel #337D32

Color information

#337D32 (or 0x337D32) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7D and 32. RGB value is (51,125,50). Sum of RGB (Red+Green+Blue) = 51+125+50=226 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.57% from 226); Green value is 125 (49.22% from 255 or 55.31% from 226); Blue value is 50 (19.92% from 255 or 22.12% from 226); Max value from RGB is 125 - color contains mainly: green. Hex color #337D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337D32 is #CC82CD. Grayscale: #5E5E5E. Windows color (decimal): -13402830 or 3308851. OLE color: 3308851.

HSL color Cylindrical-coordinate representation of color #337D32: hue angle of 119.2º degrees, saturation: 0.43, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #337D32 is Cyan = 0.59, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.51.

Color convert

RGB5112550-
CMYK0.5900.600.51
HSL119.2º42.86%34.31%-
HSV(B)119.2º60%49.02%-
XYZ9.2715.65.54-
YUV94.32102.9897.1-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.57%
GREEN value IS 125 (49.22% from 255) = 55.31%
BLUE value IS 50 (19.92% from 255) = 22.12%
R=22.57%
G=55.31%
B=22.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal51125500.5900.600.51119.242.8634.31
Hex337D323B03C33772b22
Octal631756273074631675342
Binary110011111110111001011101101111001100111110111101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337D32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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