#328631

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

Shades of Japanese Laurel #328631

Tints of Japanese Laurel #328631

Color information

#328631 (or 0x328631) is unknown color: approx Japanese Laurel. HEX triplet: 32, 86 and 31. RGB value is (50,134,49). Sum of RGB (Red+Green+Blue) = 50+134+49=233 (30% of max value = 765). Red value is 50 (19.92% from 255 or 21.46% from 233); Green value is 134 (52.73% from 255 or 57.51% from 233); Blue value is 49 (19.53% from 255 or 21.03% from 233); Max value from RGB is 134 - color contains mainly: green. Hex color #328631 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328631 is #CD79CE. Grayscale: #636363. Windows color (decimal): -13466063 or 3245618. OLE color: 3245618.

HSL color Cylindrical-coordinate representation of color #328631: hue angle of 119.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #328631 is Cyan = 0.63, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB5013449-
CMYK0.6300.630.47
HSL119.29º46.45%35.88%-
HSV(B)119.29º63.43%52.55%-
XYZ10.3917.955.82-
YUV99.1999.6792.91-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 21.46%
GREEN value IS 134 (52.73% from 255) = 57.51%
BLUE value IS 49 (19.53% from 255) = 21.03%
R=21.46%
G=57.51%
B=21.03%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134490.6300.630.47119.2946.4535.88
Hex3286313F03F2F772e24
Octal622066177077571675644
Binary1100101000011011000111111101111111011111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328631; }

 p { color: rgb(50,134,49); }

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

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

 a { background-color: rgb(50,134,49); }

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

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

 span { border-color: rgb(50,134,49); }

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