#328D40

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

Shades of Japanese Laurel #328D40

Tints of Japanese Laurel #328D40

Color information

#328D40 (or 0x328D40) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8D and 40. RGB value is (50,141,64). Sum of RGB (Red+Green+Blue) = 50+141+64=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 141 (55.47% from 255 or 55.29% from 255); Blue value is 64 (25.39% from 255 or 25.10% from 255); Max value from RGB is 141 - color contains mainly: green. Hex color #328D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D40 is #CD72BF. Grayscale: #696969. Windows color (decimal): -13464256 or 4230450. OLE color: 4230450.

HSL color Cylindrical-coordinate representation of color #328D40: hue angle of 129.23º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328D40 is Cyan = 0.65, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB5014164-
CMYK0.6500.550.45
HSL129.23º47.64%37.45%-
HSV(B)129.23º64.54%55.29%-
XYZ11.7720.18.11-
YUV105.01104.8588.76-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 141 (55.47% from 255) = 55.29%
BLUE value IS 64 (25.39% from 255) = 25.10%
R=19.61%
G=55.29%
B=25.10%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50141640.6500.550.45129.2347.6437.45
Hex328D40410372D813025
Octal62215100101067552016045
Binary1100101000110110000001000001011011110110110000001110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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