#326E33

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

Shades of Japanese Laurel #326E33

Tints of Japanese Laurel #326E33

Color information

#326E33 (or 0x326E33) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6E and 33. RGB value is (50,110,51). Sum of RGB (Red+Green+Blue) = 50+110+51=211 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.70% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 51 (20.31% from 255 or 24.17% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #326E33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326E33 is #CD91CC. Grayscale: #555555. Windows color (decimal): -13472205 or 3370546. OLE color: 3370546.

HSL color Cylindrical-coordinate representation of color #326E33: hue angle of 121º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #326E33 is Cyan = 0.55, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.57.

Color convert

RGB5011051-
CMYK0.5500.540.57
HSL121º37.5%31.37%-
HSV(B)121º54.55%43.14%-
XYZ7.4912.075.07-
YUV85.33108.62102.8-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.70%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 51 (20.31% from 255) = 24.17%
R=23.70%
G=52.13%
B=24.17%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50110510.5500.540.5712137.531.37
Hex326E33370363979261f
Octal621566367066711714637
Binary11001011011101100111101110110110111001111100110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326E33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #326E33; }

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

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

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

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

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

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

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

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