#328D3D

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

Shades of Japanese Laurel #328D3D

Tints of Japanese Laurel #328D3D

Color information

#328D3D (or 0x328D3D) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8D and 3D. RGB value is (50,141,61). Sum of RGB (Red+Green+Blue) = 50+141+61=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 141 (55.47% from 255 or 55.95% from 252); Blue value is 61 (24.22% from 255 or 24.21% from 252); Max value from RGB is 141 - color contains mainly: green. Hex color #328D3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328D3D is #CD72C2. Grayscale: #686868. Windows color (decimal): -13464259 or 4033842. OLE color: 4033842.

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

Color convert

RGB5014161-
CMYK0.6500.570.45
HSL127.25º47.64%37.45%-
HSV(B)127.25º64.54%55.29%-
XYZ11.6820.067.67-
YUV104.67103.3589-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 141 (55.47% from 255) = 55.95%
BLUE value IS 61 (24.22% from 255) = 24.21%
R=19.84%
G=55.95%
B=24.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal50141610.6500.570.45127.2547.6437.45
Hex328D3D410392D7f3025
Octal6221575101071551776045
Binary11001010001101111101100000101110011011011111111110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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