#327A36

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

Shades of Japanese Laurel #327A36

Tints of Japanese Laurel #327A36

Color information

#327A36 (or 0x327A36) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7A and 36. RGB value is (50,122,54). Sum of RGB (Red+Green+Blue) = 50+122+54=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 122 (48.05% from 255 or 53.98% from 226); Blue value is 54 (21.48% from 255 or 23.89% from 226); Max value from RGB is 122 - color contains mainly: green. Hex color #327A36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A36 is #CD85C9. Grayscale: #5C5C5C. Windows color (decimal): -13469130 or 3570226. OLE color: 3570226.

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

Color convert

RGB5012254-
CMYK0.5900.560.52
HSL123.33º41.86%33.73%-
HSV(B)123.33º59.02%47.84%-
XYZ8.9414.865.89-
YUV92.72106.1597.53-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.12%
GREEN value IS 122 (48.05% from 255) = 53.98%
BLUE value IS 54 (21.48% from 255) = 23.89%
R=22.12%
G=53.98%
B=23.89%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122540.5900.560.52123.3341.8633.73
Hex327A363B038347b2a22
Octal621726673070641735242
Binary110010111101011011011101101110001101001111011101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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