#327940

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

Shades of Japanese Laurel #327940

Tints of Japanese Laurel #327940

Color information

#327940 (or 0x327940) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 40. RGB value is (50,121,64). Sum of RGB (Red+Green+Blue) = 50+121+64=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 64 (25.39% from 255 or 27.23% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #327940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327940 is #CD86BF. Grayscale: #5D5D5D. Windows color (decimal): -13469376 or 4225330. OLE color: 4225330.

HSL color Cylindrical-coordinate representation of color #327940: hue angle of 131.83º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #327940 is Cyan = 0.59, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB5012164-
CMYK0.5900.470.53
HSL131.83º41.52%33.53%-
HSV(B)131.83º58.68%47.45%-
XYZ9.0814.727.21-
YUV93.27111.4897.13-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 121 (47.66% from 255) = 51.49%
BLUE value IS 64 (25.39% from 255) = 27.23%
R=21.28%
G=51.49%
B=27.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121640.5900.470.53131.8341.5233.53
Hex3279403B02F35842a22
Octal6217110073057652045242
Binary11001011110011000000111011010111111010110000100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327940; }

 p { color: rgb(50,121,64); }

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

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

 a { background-color: rgb(50,121,64); }

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

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

 span { border-color: rgb(50,121,64); }

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