#337A42

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

Shades of Japanese Laurel #337A42

Tints of Japanese Laurel #337A42

Color information

#337A42 (or 0x337A42) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7A and 42. RGB value is (51,122,66). Sum of RGB (Red+Green+Blue) = 51+122+66=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 122 (48.05% from 255 or 51.05% from 239); Blue value is 66 (26.17% from 255 or 27.62% from 239); Max value from RGB is 122 - color contains mainly: green. Hex color #337A42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A42 is #CC85BD. Grayscale: #5E5E5E. Windows color (decimal): -13403582 or 4356659. OLE color: 4356659.

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

Color convert

RGB5112266-
CMYK0.5800.460.52
HSL132.68º41.04%33.92%-
HSV(B)132.68º58.2%47.84%-
XYZ9.3115.027.56-
YUV94.39111.9897.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 21.34%
GREEN value IS 122 (48.05% from 255) = 51.05%
BLUE value IS 66 (26.17% from 255) = 27.62%
R=21.34%
G=51.05%
B=27.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122660.5800.460.52132.6841.0433.92
Hex337A423A02E34852922
Octal6317210272056642055142
Binary11001111110101000010111010010111011010010000101101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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