#328433

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

Shades of Japanese Laurel #328433

Tints of Japanese Laurel #328433

Color information

#328433 (or 0x328433) is unknown color: approx Japanese Laurel. HEX triplet: 32, 84 and 33. RGB value is (50,132,51). Sum of RGB (Red+Green+Blue) = 50+132+51=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 132 (51.95% from 255 or 56.65% from 233); Blue value is 51 (20.31% from 255 or 21.89% from 233); Max value from RGB is 132 - color contains mainly: green. Hex color #328433 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328433 is #CD7BCC. Grayscale: #626262. Windows color (decimal): -13466573 or 3376178. OLE color: 3376178.

HSL color Cylindrical-coordinate representation of color #328433: hue angle of 120.73º 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 #328433 is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.48.

Color convert

RGB5013251-
CMYK0.6200.610.48
HSL120.73º45.05%35.69%-
HSV(B)120.73º62.12%51.76%-
XYZ10.1617.425.96-
YUV98.25101.3393.59-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 132 (51.95% from 255) = 56.65%
BLUE value IS 51 (20.31% from 255) = 21.89%
R=21.46%
G=56.65%
B=21.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal50132510.6200.610.48120.7345.0535.69
Hex3284333E03D30792d24
Octal622046376075601715544
Binary1100101000010011001111111001111011100001111001101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328433; }

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

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

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

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

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

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

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

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