#328340

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

Shades of Japanese Laurel #328340

Tints of Japanese Laurel #328340

Color information

#328340 (or 0x328340) is unknown color: approx Japanese Laurel. HEX triplet: 32, 83 and 40. RGB value is (50,131,64). Sum of RGB (Red+Green+Blue) = 50+131+64=245 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.41% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 64 (25.39% from 255 or 26.12% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #328340 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328340 is #CD7CBF. Grayscale: #636363. Windows color (decimal): -13466816 or 4227890. OLE color: 4227890.

HSL color Cylindrical-coordinate representation of color #328340: hue angle of 130.37º 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 #328340 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB5013164-
CMYK0.6200.510.49
HSL130.37º44.75%35.49%-
HSV(B)130.37º61.83%51.37%-
XYZ10.3617.287.64-
YUV99.14108.1692.95-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.41%
GREEN value IS 131 (51.56% from 255) = 53.47%
BLUE value IS 64 (25.39% from 255) = 26.12%
R=20.41%
G=53.47%
B=26.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal50131640.6200.510.49130.3744.7535.49
Hex3283403E03331822d23
Octal6220310076063612025543
Binary110010100000111000000111110011001111000110000010101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328340; }

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

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

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

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

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

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

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

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