#327A37

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

Shades of Japanese Laurel #327A37

Tints of Japanese Laurel #327A37

Color information

#327A37 (or 0x327A37) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7A and 37. RGB value is (50,122,55). Sum of RGB (Red+Green+Blue) = 50+122+55=227 (30% of max value = 765). Red value is 50 (19.92% from 255 or 22.03% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 55 (21.88% from 255 or 24.23% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #327A37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A37 is #CD85C8. Grayscale: #5D5D5D. Windows color (decimal): -13469129 or 3635762. OLE color: 3635762.

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

Color convert

RGB5012255-
CMYK0.5900.550.52
HSL124.17º41.86%33.73%-
HSV(B)124.17º59.02%47.84%-
XYZ8.9614.876.01-
YUV92.83106.6597.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.03%
GREEN value IS 122 (48.05% from 255) = 53.74%
BLUE value IS 55 (21.88% from 255) = 24.23%
R=22.03%
G=53.74%
B=24.23%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122550.5900.550.52124.1741.8633.73
Hex327A373B037347c2a22
Octal621726773067641745242
Binary110010111101011011111101101101111101001111100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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