#328342

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

Shades of Japanese Laurel #328342

Tints of Japanese Laurel #328342

Color information

#328342 (or 0x328342) is unknown color: approx Japanese Laurel. HEX triplet: 32, 83 and 42. RGB value is (50,131,66). Sum of RGB (Red+Green+Blue) = 50+131+66=247 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.24% from 247); Green value is 131 (51.56% from 255 or 53.04% from 247); Blue value is 66 (26.17% from 255 or 26.72% from 247); Max value from RGB is 131 - color contains mainly: green. Hex color #328342 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328342 is #CD7CBD. Grayscale: #636363. Windows color (decimal): -13466814 or 4358962. OLE color: 4358962.

HSL color Cylindrical-coordinate representation of color #328342: hue angle of 131.85º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #328342 is Cyan = 0.62, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB5013166-
CMYK0.6200.500.49
HSL131.85º44.75%35.49%-
HSV(B)131.85º61.83%51.37%-
XYZ10.4217.37.95-
YUV99.37109.1692.79-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.24%
GREEN value IS 131 (51.56% from 255) = 53.04%
BLUE value IS 66 (26.17% from 255) = 26.72%
R=20.24%
G=53.04%
B=26.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131660.6200.500.49131.8544.7535.49
Hex3283423E03231842d23
Octal6220310276062612045543
Binary110010100000111000010111110011001011000110000100101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328342; }

 p { color: rgb(50,131,66); }

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

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

 a { background-color: rgb(50,131,66); }

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

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

 span { border-color: rgb(50,131,66); }

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