#337232

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

Shades of Japanese Laurel #337232

Tints of Japanese Laurel #337232

Color information

#337232 (or 0x337232) is unknown color: approx Japanese Laurel. HEX triplet: 33, 72 and 32. RGB value is (51,114,50). Sum of RGB (Red+Green+Blue) = 51+114+50=215 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.72% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 50 (19.92% from 255 or 23.26% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #337232 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337232 is #CC8DCD. Grayscale: #585858. Windows color (decimal): -13405646 or 3306035. OLE color: 3306035.

HSL color Cylindrical-coordinate representation of color #337232: hue angle of 119.06º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #337232 is Cyan = 0.55, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.55.

Color convert

RGB5111450-
CMYK0.5500.560.55
HSL119.06º39.02%32.16%-
HSV(B)119.06º56.14%44.71%-
XYZ7.9612.975.1-
YUV87.87106.63101.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.72%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 50 (19.92% from 255) = 23.26%
R=23.72%
G=53.02%
B=23.26%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51114500.5500.560.55119.0639.0232.16
Hex3372323703837772720
Octal631626267070671674740
Binary110011111001011001011011101110001101111110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337232

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337232; }

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

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

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

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

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

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

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

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