#327F42

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

Shades of Japanese Laurel #327F42

Tints of Japanese Laurel #327F42

Color information

#327F42 (or 0x327F42) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7F and 42. RGB value is (50,127,66). Sum of RGB (Red+Green+Blue) = 50+127+66=243 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.58% from 243); Green value is 127 (50% from 255 or 52.26% from 243); Blue value is 66 (26.17% from 255 or 27.16% from 243); Max value from RGB is 127 - color contains mainly: green. Hex color #327F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F42 is #CD80BD. Grayscale: #616161. Windows color (decimal): -13467838 or 4357938. OLE color: 4357938.

HSL color Cylindrical-coordinate representation of color #327F42: hue angle of 132.47º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #327F42 is Cyan = 0.61, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.50.

Color convert

RGB5012766-
CMYK0.6100.480.50
HSL132.47º43.5%34.71%-
HSV(B)132.47º60.63%49.8%-
XYZ9.8916.257.77-
YUV97.02110.4994.46-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.58%
GREEN value IS 127 (50% from 255) = 52.26%
BLUE value IS 66 (26.17% from 255) = 27.16%
R=20.58%
G=52.26%
B=27.16%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127660.6100.480.50132.4743.534.71
Hex327F423D03032842c23
Octal6217710275060622045443
Binary11001011111111000010111101011000011001010000100101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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