#337A2C

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

Shades of Japanese Laurel #337A2C

Tints of Japanese Laurel #337A2C

Color information

#337A2C (or 0x337A2C) is unknown color: approx Japanese Laurel. HEX triplet: 33, 7A and 2C. RGB value is (51,122,44). Sum of RGB (Red+Green+Blue) = 51+122+44=217 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.50% from 217); Green value is 122 (48.05% from 255 or 56.22% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 122 - color contains mainly: green. Hex color #337A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337A2C is #CC85D3. Grayscale: #5C5C5C. Windows color (decimal): -13403604 or 2914867. OLE color: 2914867.

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

Color convert

RGB5112244-
CMYK0.5800.640.52
HSL114.62º46.99%32.55%-
HSV(B)114.62º63.93%47.84%-
XYZ8.7814.84.78-
YUV91.88100.9898.84-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.50%
GREEN value IS 122 (48.05% from 255) = 56.22%
BLUE value IS 44 (17.58% from 255) = 20.28%
R=23.50%
G=56.22%
B=20.28%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal51122440.5800.640.52114.6246.9932.55
Hex337A2C3A04034732f21
Octal6317254720100641635741
Binary1100111111010101100111010010000001101001110011101111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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