#337332

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

Shades of Japanese Laurel #337332

Tints of Japanese Laurel #337332

Color information

#337332 (or 0x337332) is unknown color: approx Japanese Laurel. HEX triplet: 33, 73 and 32. RGB value is (51,115,50). Sum of RGB (Red+Green+Blue) = 51+115+50=216 (28% of max value = 765). Red value is 51 (20.31% from 255 or 23.61% from 216); Green value is 115 (45.31% from 255 or 53.24% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 115 - color contains mainly: green. Hex color #337332 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #337332 is #CC8CCD. Grayscale: #585858. Windows color (decimal): -13405390 or 3306291. OLE color: 3306291.

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

Color convert

RGB5111550-
CMYK0.5600.570.55
HSL119.08º39.39%32.35%-
HSV(B)119.08º56.52%45.1%-
XYZ8.0713.25.14-
YUV88.45106.3101.29-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 23.61%
GREEN value IS 115 (45.31% from 255) = 53.24%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=23.61%
G=53.24%
B=23.15%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal51115500.5600.570.55119.0839.3932.35
Hex3373323803937772720
Octal631636270071671674740
Binary110011111001111001011100001110011101111110111100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #337332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #337332; }

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

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

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

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

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

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

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

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