#327633

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

Shades of Japanese Laurel #327633

Tints of Japanese Laurel #327633

Color information

#327633 (or 0x327633) is unknown color: approx Japanese Laurel. HEX triplet: 32, 76 and 33. RGB value is (50,118,51). Sum of RGB (Red+Green+Blue) = 50+118+51=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 118 (46.48% from 255 or 53.88% from 219); Blue value is 51 (20.31% from 255 or 23.29% from 219); Max value from RGB is 118 - color contains mainly: green. Hex color #327633 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #327633 is #CD89CC. Grayscale: #5A5A5A. Windows color (decimal): -13470157 or 3372594. OLE color: 3372594.

HSL color Cylindrical-coordinate representation of color #327633: hue angle of 120.88º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #327633 is Cyan = 0.58, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.54.

Color convert

RGB5011851-
CMYK0.5800.570.54
HSL120.88º40.48%32.94%-
HSV(B)120.88º57.63%46.27%-
XYZ8.3913.875.37-
YUV90.03105.9799.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.83%
GREEN value IS 118 (46.48% from 255) = 53.88%
BLUE value IS 51 (20.31% from 255) = 23.29%
R=22.83%
G=53.88%
B=23.29%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal50118510.5800.570.54120.8840.4832.94
Hex3276333A03936792821
Octal621666372071661715041
Binary110010111011011001111101001110011101101111001101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #327633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #327633; }

 p { color: rgb(50,118,51); }

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

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

 a { background-color: rgb(50,118,51); }

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

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

 span { border-color: rgb(50,118,51); }

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