#328643

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

Shades of Japanese Laurel #328643

Tints of Japanese Laurel #328643

Color information

#328643 (or 0x328643) is unknown color: approx Japanese Laurel. HEX triplet: 32, 86 and 43. RGB value is (50,134,67). Sum of RGB (Red+Green+Blue) = 50+134+67=251 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.92% from 251); Green value is 134 (52.73% from 255 or 53.39% from 251); Blue value is 67 (26.56% from 255 or 26.69% from 251); Max value from RGB is 134 - color contains mainly: green. Hex color #328643 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #328643 is #CD79BC. Grayscale: #656565. Windows color (decimal): -13466045 or 4425266. OLE color: 4425266.

HSL color Cylindrical-coordinate representation of color #328643: hue angle of 132.14º 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 #328643 is Cyan = 0.63, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.47.

Color convert

RGB5013467-
CMYK0.6300.50.47
HSL132.14º45.65%36.08%-
HSV(B)132.14º62.69%52.55%-
XYZ10.8518.138.24-
YUV101.25108.6791.45-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.92%
GREEN value IS 134 (52.73% from 255) = 53.39%
BLUE value IS 67 (26.56% from 255) = 26.69%
R=19.92%
G=53.39%
B=26.69%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.5
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal50134670.6300.50.47132.1445.6536.08
Hex3286433F0322F842e24
Octal6220610377062572045644
Binary110010100001101000011111111011001010111110000100101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #328643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #328643; }

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

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

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

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

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

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

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

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