#327F30

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

Shades of Japanese Laurel #327F30

Tints of Japanese Laurel #327F30

Color information

#327F30 (or 0x327F30) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7F and 30. RGB value is (50,127,48). Sum of RGB (Red+Green+Blue) = 50+127+48=225 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.22% from 225); Green value is 127 (50% from 255 or 56.44% from 225); Blue value is 48 (19.14% from 255 or 21.33% from 225); Max value from RGB is 127 - color contains mainly: green. Hex color #327F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327F30 is #CD80CF. Grayscale: #5F5F5F. Windows color (decimal): -13467856 or 3178290. OLE color: 3178290.

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

Color convert

RGB5012748-
CMYK0.6100.620.50
HSL118.48º45.14%34.31%-
HSV(B)118.48º62.2%49.8%-
XYZ9.4416.075.4-
YUV94.97101.4995.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.22%
GREEN value IS 127 (50% from 255) = 56.44%
BLUE value IS 48 (19.14% from 255) = 21.33%
R=22.22%
G=56.44%
B=21.33%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50127480.6100.620.50118.4845.1434.31
Hex327F303D03E32762d22
Octal621776075076621665542
Binary110010111111111000011110101111101100101110110101101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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