#327937

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

Shades of Japanese Laurel #327937

Tints of Japanese Laurel #327937

Color information

#327937 (or 0x327937) is unknown color: approx Japanese Laurel. HEX triplet: 32, 79 and 37. RGB value is (50,121,55). Sum of RGB (Red+Green+Blue) = 50+121+55=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 121 (47.66% from 255 or 53.54% from 226); Blue value is 55 (21.88% from 255 or 24.34% from 226); Max value from RGB is 121 - color contains mainly: green. Hex color #327937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327937 is #CD86C8. Grayscale: #5C5C5C. Windows color (decimal): -13469385 or 3635506. OLE color: 3635506.

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

Color convert

RGB5012155-
CMYK0.5900.550.53
HSL124.23º41.52%33.53%-
HSV(B)124.23º58.68%47.45%-
XYZ8.8414.635.97-
YUV92.25106.9897.87-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 121 (47.66% from 255) = 53.54%
BLUE value IS 55 (21.88% from 255) = 24.34%
R=22.12%
G=53.54%
B=24.34%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal50121550.5900.550.53124.2341.5233.53
Hex3279373B037357c2a22
Octal621716773067651745242
Binary110010111100111011111101101101111101011111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327937; }

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

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

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

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

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

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

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

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