#327E42

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

Shades of Japanese Laurel #327E42

Tints of Japanese Laurel #327E42

Color information

#327E42 (or 0x327E42) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7E and 42. RGB value is (50,126,66). Sum of RGB (Red+Green+Blue) = 50+126+66=242 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.66% from 242); Green value is 126 (49.61% from 255 or 52.07% from 242); Blue value is 66 (26.17% from 255 or 27.27% from 242); Max value from RGB is 126 - color contains mainly: green. Hex color #327E42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327E42 is #CD81BD. Grayscale: #606060. Windows color (decimal): -13468094 or 4357682. OLE color: 4357682.

HSL color Cylindrical-coordinate representation of color #327E42: hue angle of 132.63º 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 #327E42 is Cyan = 0.60, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB5012666-
CMYK0.6000.480.51
HSL132.63º43.18%34.51%-
HSV(B)132.63º60.32%49.41%-
XYZ9.7615.997.73-
YUV96.44110.8294.88-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.66%
GREEN value IS 126 (49.61% from 255) = 52.07%
BLUE value IS 66 (26.17% from 255) = 27.27%
R=20.66%
G=52.07%
B=27.27%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal50126660.6000.480.51132.6343.1834.51
Hex327E423C03033852b23
Octal6217610274060632055343
Binary11001011111101000010111100011000011001110000101101011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327E42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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