#327A40

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

Shades of Japanese Laurel #327A40

Tints of Japanese Laurel #327A40

Color information

#327A40 (or 0x327A40) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7A and 40. RGB value is (50,122,64). Sum of RGB (Red+Green+Blue) = 50+122+64=236 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.19% from 236); Green value is 122 (48.05% from 255 or 51.69% from 236); Blue value is 64 (25.39% from 255 or 27.12% from 236); Max value from RGB is 122 - color contains mainly: green. Hex color #327A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A40 is #CD85BF. Grayscale: #5E5E5E. Windows color (decimal): -13469120 or 4225586. OLE color: 4225586.

HSL color Cylindrical-coordinate representation of color #327A40: hue angle of 131.67º 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 #327A40 is Cyan = 0.59, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB5012264-
CMYK0.5900.480.52
HSL131.67º41.86%33.73%-
HSV(B)131.67º59.02%47.84%-
XYZ9.214.977.25-
YUV93.86111.1596.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.19%
GREEN value IS 122 (48.05% from 255) = 51.69%
BLUE value IS 64 (25.39% from 255) = 27.12%
R=21.19%
G=51.69%
B=27.12%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122640.5900.480.52131.6741.8633.73
Hex327A403B03034842a22
Octal6217210073060642045242
Binary11001011110101000000111011011000011010010000100101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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