#328D3E

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

Shades of Japanese Laurel #328D3E

Tints of Japanese Laurel #328D3E

Color information

#328D3E (or 0x328D3E) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8D and 3E. RGB value is (50,141,62). Sum of RGB (Red+Green+Blue) = 50+141+62=253 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.76% from 253); Green value is 141 (55.47% from 255 or 55.73% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 141 - color contains mainly: green. Hex color #328D3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D3E is #CD72C1. Grayscale: #696969. Windows color (decimal): -13464258 or 4099378. OLE color: 4099378.

HSL color Cylindrical-coordinate representation of color #328D3E: hue angle of 127.91º 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 #328D3E is Cyan = 0.65, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB5014162-
CMYK0.6500.560.45
HSL127.91º47.64%37.45%-
HSV(B)127.91º64.54%55.29%-
XYZ11.7120.087.82-
YUV104.78103.8588.92-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.76%
GREEN value IS 141 (55.47% from 255) = 55.73%
BLUE value IS 62 (24.61% from 255) = 24.51%
R=19.76%
G=55.73%
B=24.51%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50141620.6500.560.45127.9147.6437.45
Hex328D3E410382D803025
Octal6221576101070552006045
Binary110010100011011111101000001011100010110110000000110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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