#327A3A

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

Shades of Japanese Laurel #327A3A

Tints of Japanese Laurel #327A3A

Color information

#327A3A (or 0x327A3A) is unknown color: approx Japanese Laurel. HEX triplet: 32, 7A and 3A. RGB value is (50,122,58). Sum of RGB (Red+Green+Blue) = 50+122+58=230 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.74% from 230); Green value is 122 (48.05% from 255 or 53.04% from 230); Blue value is 58 (23.05% from 255 or 25.22% from 230); Max value from RGB is 122 - color contains mainly: green. Hex color #327A3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327A3A is #CD85C5. Grayscale: #5D5D5D. Windows color (decimal): -13469126 or 3832370. OLE color: 3832370.

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

Color convert

RGB5012258-
CMYK0.5900.520.52
HSL126.67º41.86%33.73%-
HSV(B)126.67º59.02%47.84%-
XYZ9.0414.96.4-
YUV93.18108.1597.2-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.74%
GREEN value IS 122 (48.05% from 255) = 53.04%
BLUE value IS 58 (23.05% from 255) = 25.22%
R=21.74%
G=53.04%
B=25.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal50122580.5900.520.52126.6741.8633.73
Hex327A3A3B034347f2a22
Octal621727273064641775242
Binary110010111101011101011101101101001101001111111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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