#326C2D

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

Shades of Japanese Laurel #326C2D

Tints of Japanese Laurel #326C2D

Color information

#326C2D (or 0x326C2D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6C and 2D. RGB value is (50,108,45). Sum of RGB (Red+Green+Blue) = 50+108+45=203 (26% of max value = 765). Red value is 50 (19.92% from 255 or 24.63% from 203); Green value is 108 (42.58% from 255 or 53.20% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 108 - color contains mainly: green. Hex color #326C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326C2D is #CD93D2. Grayscale: #535353. Windows color (decimal): -13472723 or 2976818. OLE color: 2976818.

HSL color Cylindrical-coordinate representation of color #326C2D: hue angle of 115.24º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #326C2D is Cyan = 0.54, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.

Color convert

RGB5010845-
CMYK0.5400.580.58
HSL115.24º41.18%30%-
HSV(B)115.24º58.33%42.35%-
XYZ7.1511.594.34-
YUV83.48106.28104.12-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.63%
GREEN value IS 108 (42.58% from 255) = 53.20%
BLUE value IS 45 (17.97% from 255) = 22.17%
R=24.63%
G=53.20%
B=22.17%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal50108450.5400.580.58115.2441.1830
Hex326C2D3603A3A73291e
Octal621545566072721635136
Binary11001011011001011011101100111010111010111001110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,108,45); }

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

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

 a { background-color: rgb(50,108,45); }

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

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

 span { border-color: rgb(50,108,45); }

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