#328E37

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

Shades of Japanese Laurel #328E37

Tints of Japanese Laurel #328E37

Color information

#328E37 (or 0x328E37) is unknown color: approx Japanese Laurel. HEX triplet: 32, 8E and 37. RGB value is (50,142,55). Sum of RGB (Red+Green+Blue) = 50+142+55=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 142 (55.86% from 255 or 57.49% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 142 - color contains mainly: green. Hex color #328E37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328E37 is #CD71C8. Grayscale: #686868. Windows color (decimal): -13464009 or 3640882. OLE color: 3640882.

HSL color Cylindrical-coordinate representation of color #328E37: hue angle of 123.26º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #328E37 is Cyan = 0.65, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.44.

Color convert

RGB5014255-
CMYK0.6500.610.44
HSL123.26º47.92%37.65%-
HSV(B)123.26º64.79%55.69%-
XYZ11.6820.36.92-
YUV104.57100.0289.07-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 142 (55.86% from 255) = 57.49%
BLUE value IS 55 (21.88% from 255) = 22.27%
R=20.24%
G=57.49%
B=22.27%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal50142550.6500.610.44123.2647.9237.65
Hex328E374103D2C7b3026
Octal6221667101075541736046
Binary11001010001110110111100000101111011011001111011110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328E37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,142,55); }

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

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

 a { background-color: rgb(50,142,55); }

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

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

 span { border-color: rgb(50,142,55); }

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