#328A40

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

Shades of Japanese Laurel #328A40

Tints of Japanese Laurel #328A40

Color information

#328A40 (or 0x328A40) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8A and 40. RGB value is (50,138,64). Sum of RGB (Red+Green+Blue) = 50+138+64=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 138 (54.30% from 255 or 54.76% from 252); Blue value is 64 (25.39% from 255 or 25.40% from 252); Max value from RGB is 138 - color contains mainly: green. Hex color #328A40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328A40 is #CD75BF. Grayscale: #676767. Windows color (decimal): -13465024 or 4229682. OLE color: 4229682.

HSL color Cylindrical-coordinate representation of color #328A40: hue angle of 129.55º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #328A40 is Cyan = 0.64, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.46.

Color convert

RGB5013864-
CMYK0.6400.540.46
HSL129.55º46.81%36.86%-
HSV(B)129.55º63.77%54.12%-
XYZ11.3319.237.96-
YUV103.25105.8590.02-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 138 (54.30% from 255) = 54.76%
BLUE value IS 64 (25.39% from 255) = 25.40%
R=19.84%
G=54.76%
B=25.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50138640.6400.540.46129.5546.8136.86
Hex328A40400362E822f25
Octal62212100100066562025745
Binary1100101000101010000001000000011011010111010000010101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328A40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328A40; }

 p { color: rgb(50,138,64); }

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

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

 a { background-color: rgb(50,138,64); }

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

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

 span { border-color: rgb(50,138,64); }

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