#327F3A

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

Shades of Japanese Laurel #327F3A

Tints of Japanese Laurel #327F3A

Color information

#327F3A (or 0x327F3A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7F and 3A. RGB value is (50,127,58). Sum of RGB (Red+Green+Blue) = 50+127+58=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 127 (50% from 255 or 54.04% from 235); Blue value is 58 (23.05% from 255 or 24.68% from 235); Max value from RGB is 127 - color contains mainly: green. Hex color #327F3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F3A is #CD80C5. Grayscale: #606060. Windows color (decimal): -13467846 or 3833650. OLE color: 3833650.

HSL color Cylindrical-coordinate representation of color #327F3A: hue angle of 126.23º 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 #327F3A is Cyan = 0.61, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.50.

Color convert

RGB5012758-
CMYK0.6100.540.50
HSL126.23º43.5%34.71%-
HSV(B)126.23º60.63%49.8%-
XYZ9.6716.166.61-
YUV96.11106.4995.11-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 127 (50% from 255) = 54.04%
BLUE value IS 58 (23.05% from 255) = 24.68%
R=21.28%
G=54.04%
B=24.68%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127580.6100.540.50126.2343.534.71
Hex327F3A3D036327e2c23
Octal621777275066621765443
Binary110010111111111101011110101101101100101111110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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