#326D2F

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

Shades of Japanese Laurel #326D2F

Tints of Japanese Laurel #326D2F

Color information

#326D2F (or 0x326D2F) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6D and 2F. RGB value is (50,109,47). Sum of RGB (Red+Green+Blue) = 50+109+47=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 109 (42.97% from 255 or 52.91% from 206); Blue value is 47 (18.75% from 255 or 22.82% from 206); Max value from RGB is 109 - color contains mainly: green. Hex color #326D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326D2F is #CD92D0. Grayscale: #545454. Windows color (decimal): -13472465 or 3108146. OLE color: 3108146.

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

Color convert

RGB5010947-
CMYK0.5400.570.57
HSL117.1º39.74%30.59%-
HSV(B)117.1º56.88%42.75%-
XYZ7.311.824.59-
YUV84.29106.95103.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 109 (42.97% from 255) = 52.91%
BLUE value IS 47 (18.75% from 255) = 22.82%
R=24.27%
G=52.91%
B=22.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal50109470.5400.570.57117.139.7430.59
Hex326D2F360393975281f
Octal621555766071711655037
Binary11001011011011011111101100111001111001111010110100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326D2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,109,47); }

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

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

 a { background-color: rgb(50,109,47); }

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

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

 span { border-color: rgb(50,109,47); }

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