#328533

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

Shades of Japanese Laurel #328533

Tints of Japanese Laurel #328533

Color information

#328533 (or 0x328533) is unknown color: approx Japanese Laurel. HEX triplet: 32, 85 and 33. RGB value is (50,133,51). Sum of RGB (Red+Green+Blue) = 50+133+51=234 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.37% from 234); Green value is 133 (52.34% from 255 or 56.84% from 234); Blue value is 51 (20.31% from 255 or 21.79% from 234); Max value from RGB is 133 - color contains mainly: green. Hex color #328533 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328533 is #CD7ACC. Grayscale: #636363. Windows color (decimal): -13466317 or 3376434. OLE color: 3376434.

HSL color Cylindrical-coordinate representation of color #328533: hue angle of 120.72º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328533 is Cyan = 0.62, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.48.

Color convert

RGB5013351-
CMYK0.6200.620.48
HSL120.72º45.36%35.88%-
HSV(B)120.72º62.41%52.16%-
XYZ10.317.696-
YUV98.8410193.17-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.37%
GREEN value IS 133 (52.34% from 255) = 56.84%
BLUE value IS 51 (20.31% from 255) = 21.79%
R=21.37%
G=56.84%
B=21.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50133510.6200.620.48120.7245.3635.88
Hex3285333E03E30792d24
Octal622056376076601715544
Binary1100101000010111001111111001111101100001111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328533; }

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

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

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

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

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

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

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

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