#337A31

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

Shades of Japanese Laurel #337A31

Tints of Japanese Laurel #337A31

Color information

#337A31 (or 0x337A31) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7A and 31. RGB value is (51,122,49). Sum of RGB (Red+Green+Blue) = 51+122+49=222 (29% of max value = 765). Red value is 51 (20.31% from 255 or 22.97% from 222); Green value is 122 (48.05% from 255 or 54.95% from 222); Blue value is 49 (19.53% from 255 or 22.07% from 222); Max value from RGB is 122 - color contains mainly: green. Hex color #337A31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A31 is #CC85CE. Grayscale: #5C5C5C. Windows color (decimal): -13403599 or 3242547. OLE color: 3242547.

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

Color convert

RGB5112249-
CMYK0.5800.600.52
HSL118.36º42.69%33.53%-
HSV(B)118.36º59.84%47.84%-
XYZ8.8814.845.3-
YUV92.45103.4898.44-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 22.97%
GREEN value IS 122 (48.05% from 255) = 54.95%
BLUE value IS 49 (19.53% from 255) = 22.07%
R=22.97%
G=54.95%
B=22.07%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122490.5800.600.52118.3642.6933.53
Hex337A313A03C34762b22
Octal631726172074641665342
Binary110011111101011000111101001111001101001110110101011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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