#327236

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

Shades of Japanese Laurel #327236

Tints of Japanese Laurel #327236

Color information

#327236 (or 0x327236) is unknown color: approx Japanese Laurel. HEX triplet: 32, 72 and 36. RGB value is (50,114,54). Sum of RGB (Red+Green+Blue) = 50+114+54=218 (28% of max value = 765). Red value is 50 (19.92% from 255 or 22.94% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 54 (21.48% from 255 or 24.77% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #327236 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327236 is #CD8DC9. Grayscale: #585858. Windows color (decimal): -13471178 or 3568178. OLE color: 3568178.

HSL color Cylindrical-coordinate representation of color #327236: hue angle of 123.75º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #327236 is Cyan = 0.56, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.55.

Color convert

RGB5011454-
CMYK0.5600.530.55
HSL123.75º39.02%32.16%-
HSV(B)123.75º56.14%44.71%-
XYZ812.985.57-
YUV88.02108.8100.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.94%
GREEN value IS 114 (44.92% from 255) = 52.29%
BLUE value IS 54 (21.48% from 255) = 24.77%
R=22.94%
G=52.29%
B=24.77%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal50114540.5600.530.55123.7539.0232.16
Hex32723638035377c2720
Octal621626670065671744740
Binary110010111001011011011100001101011101111111100100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327236; }

 p { color: rgb(50,114,54); }

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

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

 a { background-color: rgb(50,114,54); }

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

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

 span { border-color: rgb(50,114,54); }

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