#327939

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

Shades of Japanese Laurel #327939

Tints of Japanese Laurel #327939

Color information

#327939 (or 0x327939) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 39. RGB value is (50,121,57). Sum of RGB (Red+Green+Blue) = 50+121+57=228 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.93% from 228); Green value is 121 (47.66% from 255 or 53.07% from 228); Blue value is 57 (22.66% from 255 or 25% from 228); Max value from RGB is 121 - color contains mainly: green. Hex color #327939 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327939 is #CD86C6. Grayscale: #5C5C5C. Windows color (decimal): -13469383 or 3766578. OLE color: 3766578.

HSL color Cylindrical-coordinate representation of color #327939: hue angle of 125.92º 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 #327939 is Cyan = 0.59, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.53.

Color convert

RGB5012157-
CMYK0.5900.530.53
HSL125.92º41.52%33.53%-
HSV(B)125.92º58.68%47.45%-
XYZ8.8914.656.23-
YUV92.48107.9897.7-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.93%
GREEN value IS 121 (47.66% from 255) = 53.07%
BLUE value IS 57 (22.66% from 255) = 25%
R=21.93%
G=53.07%
B=25%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121570.5900.530.53125.9241.5233.53
Hex3279393B035357e2a22
Octal621717173065651765242
Binary110010111100111100111101101101011101011111110101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327939; }

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

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

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

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

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

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

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

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