#327E40

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

Shades of Japanese Laurel #327E40

Tints of Japanese Laurel #327E40

Color information

#327E40 (or 0x327E40) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7E and 40. RGB value is (50,126,64). Sum of RGB (Red+Green+Blue) = 50+126+64=240 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.83% from 240); Green value is 126 (49.61% from 255 or 52.5% from 240); Blue value is 64 (25.39% from 255 or 26.67% from 240); Max value from RGB is 126 - color contains mainly: green. Hex color #327E40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327E40 is #CD81BF. Grayscale: #606060. Windows color (decimal): -13468096 or 4226610. OLE color: 4226610.

HSL color Cylindrical-coordinate representation of color #327E40: hue angle of 131.05º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #327E40 is Cyan = 0.60, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB5012664-
CMYK0.6000.490.51
HSL131.05º43.18%34.51%-
HSV(B)131.05º60.32%49.41%-
XYZ9.715.977.42-
YUV96.21109.8295.04-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.83%
GREEN value IS 126 (49.61% from 255) = 52.5%
BLUE value IS 64 (25.39% from 255) = 26.67%
R=20.83%
G=52.5%
B=26.67%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50126640.6000.490.51131.0543.1834.51
Hex327E403C03133832b23
Octal6217610074061632035343
Binary11001011111101000000111100011000111001110000011101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327E40; }

 p { color: rgb(50,126,64); }

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

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

 a { background-color: rgb(50,126,64); }

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

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

 span { border-color: rgb(50,126,64); }

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