#328633

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

Shades of Japanese Laurel #328633

Tints of Japanese Laurel #328633

Color information

#328633 (or 0x328633) is unknown color: approx Japanese Laurel. HEX triplet: 32, 86 and 33. RGB value is (50,134,51). Sum of RGB (Red+Green+Blue) = 50+134+51=235 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.28% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #328633 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328633 is #CD79CC. Grayscale: #636363. Windows color (decimal): -13466061 or 3376690. OLE color: 3376690.

HSL color Cylindrical-coordinate representation of color #328633: hue angle of 120.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328633 is Cyan = 0.63, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB5013451-
CMYK0.6300.620.47
HSL120.71º45.65%36.08%-
HSV(B)120.71º62.69%52.55%-
XYZ10.4417.976.05-
YUV99.42100.6792.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.28%
GREEN value IS 134 (52.73% from 255) = 57.02%
BLUE value IS 51 (20.31% from 255) = 21.70%
R=21.28%
G=57.02%
B=21.70%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134510.6300.620.47120.7145.6536.08
Hex3286333F03E2F792e24
Octal622066377076571715644
Binary1100101000011011001111111101111101011111111001101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328633; }

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

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

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

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

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

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

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

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