#327F3D

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

Shades of Japanese Laurel #327F3D

Tints of Japanese Laurel #327F3D

Color information

#327F3D (or 0x327F3D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7F and 3D. RGB value is (50,127,61). Sum of RGB (Red+Green+Blue) = 50+127+61=238 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.01% from 238); Green value is 127 (50% from 255 or 53.36% from 238); Blue value is 61 (24.22% from 255 or 25.63% from 238); Max value from RGB is 127 - color contains mainly: green. Hex color #327F3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F3D is #CD80C2. Grayscale: #606060. Windows color (decimal): -13467843 or 4030258. OLE color: 4030258.

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

Color convert

RGB5012761-
CMYK0.6100.520.50
HSL128.57º43.5%34.71%-
HSV(B)128.57º60.63%49.8%-
XYZ9.7516.197.03-
YUV96.45107.9994.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.01%
GREEN value IS 127 (50% from 255) = 53.36%
BLUE value IS 61 (24.22% from 255) = 25.63%
R=21.01%
G=53.36%
B=25.63%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127610.6100.520.50128.5743.534.71
Hex327F3D3D03432812c23
Octal621777575064622015443
Binary1100101111111111101111101011010011001010000001101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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