#45A520

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

Shades of Kelly Green #45A520

Tints of Kelly Green #45A520

Color information

#45A520 (or 0x45A520) is unknown color: approx Kelly Green. HEX triplet: 45, A5 and 20. RGB value is (69,165,32). Sum of RGB (Red+Green+Blue) = 69+165+32=266 (35% of max value = 765). Red value is 69 (27.34% from 255 or 25.94% from 266); Green value is 165 (64.84% from 255 or 62.03% from 266); Blue value is 32 (12.89% from 255 or 12.03% from 266); Max value from RGB is 165 - color contains mainly: green. Hex color #45A520 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #45A520 is #BA5ADF. Grayscale: #797979. Windows color (decimal): -12212960 or 2139461. OLE color: 2139461.

HSL color Cylindrical-coordinate representation of color #45A520: hue angle of 103.31º 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 #45A520 is Cyan = 0.58, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.35.

Color convert

RGB6916532-
CMYK0.5800.810.35
HSL103.31º67.51%38.63%-
HSV(B)103.31º80.61%64.71%-
XYZ16.1728.285.97-
YUV121.1377.790.81-

RGB Variations

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

RGB

RED value IS 69 (27.34% from 255) = 25.94%
GREEN value IS 165 (64.84% from 255) = 62.03%
BLUE value IS 32 (12.89% from 255) = 12.03%
R=25.94%
G=62.03%
B=12.03%

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
Decimal69165320.5800.810.35103.3167.5138.63
Hex45A5203A05123674427
Octal105245407201214314710447
Binary1000101101001011000001110100101000110001111001111000100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #45A520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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