#337A32

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

Shades of Japanese Laurel #337A32

Tints of Japanese Laurel #337A32

Color information

#337A32 (or 0x337A32) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7A and 32. RGB value is (51,122,50). Sum of RGB (Red+Green+Blue) = 51+122+50=223 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.87% from 223); Green value is 122 (48.05% from 255 or 54.71% from 223); Blue value is 50 (19.92% from 255 or 22.42% from 223); Max value from RGB is 122 - color contains mainly: green. Hex color #337A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A32 is #CC85CD. Grayscale: #5C5C5C. Windows color (decimal): -13403598 or 3308083. OLE color: 3308083.

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

Color convert

RGB5112250-
CMYK0.5800.590.52
HSL119.17º41.86%33.73%-
HSV(B)119.17º59.02%47.84%-
XYZ8.914.855.42-
YUV92.56103.9898.35-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.87%
GREEN value IS 122 (48.05% from 255) = 54.71%
BLUE value IS 50 (19.92% from 255) = 22.42%
R=22.87%
G=54.71%
B=22.42%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122500.5800.590.52119.1741.8633.73
Hex337A323A03B34772a22
Octal631726272073641675242
Binary110011111101011001011101001110111101001110111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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