#327936

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

Shades of Japanese Laurel #327936

Tints of Japanese Laurel #327936

Color information

#327936 (or 0x327936) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 36. RGB value is (50,121,54). Sum of RGB (Red+Green+Blue) = 50+121+54=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 121 (47.66% from 255 or 53.78% from 225); Blue value is 54 (21.48% from 255 or 24% from 225); Max value from RGB is 121 - color contains mainly: green. Hex color #327936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327936 is #CD86C9. Grayscale: #5C5C5C. Windows color (decimal): -13469386 or 3569970. OLE color: 3569970.

HSL color Cylindrical-coordinate representation of color #327936: hue angle of 123.38º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327936 is Cyan = 0.59, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.53.

Color convert

RGB5012154-
CMYK0.5900.550.53
HSL123.38º41.52%33.53%-
HSV(B)123.38º58.68%47.45%-
XYZ8.8214.625.85-
YUV92.13106.4897.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 121 (47.66% from 255) = 53.78%
BLUE value IS 54 (21.48% from 255) = 24%
R=22.22%
G=53.78%
B=24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121540.5900.550.53123.3841.5233.53
Hex3279363B037357b2a22
Octal621716673067651735242
Binary110010111100111011011101101101111101011111011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327936; }

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

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

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

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

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

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

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

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