#326F33

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

Shades of Japanese Laurel #326F33

Tints of Japanese Laurel #326F33

Color information

#326F33 (or 0x326F33) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6F and 33. RGB value is (50,111,51). Sum of RGB (Red+Green+Blue) = 50+111+51=212 (28% of max value = 765). Red value is 50 (19.92% from 255 or 23.58% from 212); Green value is 111 (43.75% from 255 or 52.36% from 212); Blue value is 51 (20.31% from 255 or 24.06% from 212); Max value from RGB is 111 - color contains mainly: green. Hex color #326F33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F33 is #CD90CC. Grayscale: #565656. Windows color (decimal): -13471949 or 3370802. OLE color: 3370802.

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

Color convert

RGB5011151-
CMYK0.5500.540.56
HSL120.98º37.89%31.57%-
HSV(B)120.98º54.95%43.53%-
XYZ7.612.295.1-
YUV85.92108.29102.38-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 23.58%
GREEN value IS 111 (43.75% from 255) = 52.36%
BLUE value IS 51 (20.31% from 255) = 24.06%
R=23.58%
G=52.36%
B=24.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111510.5500.540.56120.9837.8931.57
Hex326F333703638792620
Octal621576367066701714640
Binary110010110111111001111011101101101110001111001100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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