#46A520

Color #46A520 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #46A520

Tints of Kelly Green #46A520

Color information

#46A520 (or 0x46A520) is unknown color: approx Kelly Green. HEX triplet: 46, A5 and 20. RGB value is (70,165,32). Sum of RGB (Red+Green+Blue) = 70+165+32=267 (35% of max value = 765). Red value is 70 (27.73% from 255 or 26.22% from 267); Green value is 165 (64.84% from 255 or 61.80% from 267); Blue value is 32 (12.89% from 255 or 11.99% from 267); Max value from RGB is 165 - color contains mainly: green. Hex color #46A520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #46A520 is #B95ADF. Grayscale: #797979. Windows color (decimal): -12147424 or 2139462. OLE color: 2139462.

HSL color Cylindrical-coordinate representation of color #46A520: hue angle of 102.86º degrees, saturation: 0.68, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #46A520 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB7016532-
CMYK0.5800.810.35
HSL102.86º67.51%38.63%-
HSV(B)102.86º80.61%64.71%-
XYZ16.2428.325.98-
YUV121.4377.5391.31-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 26.22%
GREEN value IS 165 (64.84% from 255) = 61.80%
BLUE value IS 32 (12.89% from 255) = 11.99%
R=26.22%
G=61.80%
B=11.99%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal70165320.5800.810.35102.8667.5138.63
Hex46A5203A05123674427
Octal106245407201214314710447
Binary1000110101001011000001110100101000110001111001111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46A520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46A520; }

 p { color: rgb(70,165,32); }

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

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

 a { background-color: rgb(70,165,32); }

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

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

 span { border-color: rgb(70,165,32); }

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