#326F2D

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

Shades of Japanese Laurel #326F2D

Tints of Japanese Laurel #326F2D

Color information

#326F2D (or 0x326F2D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 6F and 2D. RGB value is (50,111,45). Sum of RGB (Red+Green+Blue) = 50+111+45=206 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.27% from 206); Green value is 111 (43.75% from 255 or 53.88% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 111 - color contains mainly: green. Hex color #326F2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #326F2D is #CD90D2. Grayscale: #555555. Windows color (decimal): -13471955 or 2977586. OLE color: 2977586.

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

Color convert

RGB5011145-
CMYK0.5500.590.56
HSL115.45º42.31%30.59%-
HSV(B)115.45º59.46%43.53%-
XYZ7.4712.244.45-
YUV85.24105.29102.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 24.27%
GREEN value IS 111 (43.75% from 255) = 53.88%
BLUE value IS 45 (17.97% from 255) = 21.84%
R=24.27%
G=53.88%
B=21.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal50111450.5500.590.56115.4542.3130.59
Hex326F2D3703B38732a1f
Octal621575567073701635237
Binary11001011011111011011101110111011111000111001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #326F2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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