#327941

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

Shades of Japanese Laurel #327941

Tints of Japanese Laurel #327941

Color information

#327941 (or 0x327941) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 41. RGB value is (50,121,65). Sum of RGB (Red+Green+Blue) = 50+121+65=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 121 (47.66% from 255 or 51.27% from 236); Blue value is 65 (25.78% from 255 or 27.54% from 236); Max value from RGB is 121 - color contains mainly: green. Hex color #327941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327941 is #CD86BE. Grayscale: #5D5D5D. Windows color (decimal): -13469375 or 4290866. OLE color: 4290866.

HSL color Cylindrical-coordinate representation of color #327941: hue angle of 132.68º 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 #327941 is Cyan = 0.59, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB5012165-
CMYK0.5900.460.53
HSL132.68º41.52%33.53%-
HSV(B)132.68º58.68%47.45%-
XYZ9.1114.737.37-
YUV93.39111.9897.05-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 121 (47.66% from 255) = 51.27%
BLUE value IS 65 (25.78% from 255) = 27.54%
R=21.19%
G=51.27%
B=27.54%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121650.5900.460.53132.6841.5233.53
Hex3279413B02E35852a22
Octal6217110173056652055242
Binary11001011110011000001111011010111011010110000101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327941; }

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

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

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

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

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

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

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

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