#327931

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

Shades of Japanese Laurel #327931

Tints of Japanese Laurel #327931

Color information

#327931 (or 0x327931) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 31. RGB value is (50,121,49). Sum of RGB (Red+Green+Blue) = 50+121+49=220 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.73% from 220); Green value is 121 (47.66% from 255 or 55% from 220); Blue value is 49 (19.53% from 255 or 22.27% from 220); Max value from RGB is 121 - color contains mainly: green. Hex color #327931 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327931 is #CD86CE. Grayscale: #5B5B5B. Windows color (decimal): -13469391 or 3242290. OLE color: 3242290.

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

Color convert

RGB5012149-
CMYK0.5900.600.53
HSL119.17º42.35%33.33%-
HSV(B)119.17º59.5%47.45%-
XYZ8.7114.575.26-
YUV91.56103.9898.35-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.73%
GREEN value IS 121 (47.66% from 255) = 55%
BLUE value IS 49 (19.53% from 255) = 22.27%
R=22.73%
G=55%
B=22.27%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121490.5900.600.53119.1742.3533.33
Hex3279313B03C35772a21
Octal621716173074651675241
Binary110010111100111000111101101111001101011110111101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327931; }

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

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

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

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

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

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

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

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