#49af35

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

Shades of Kelly Green #49AF35

Tints of Kelly Green #49AF35

Color information

#49AF35 (or 0x49AF35) is unknown color: approx Kelly Green. HEX triplet: 49, AF and 35. RGB value is (73,175,53). Sum of RGB (Red+Green+Blue) = 73+175+53=301 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.25% from 301); Green value is 175 (68.75% from 255 or 58.14% from 301); Blue value is 53 (21.09% from 255 or 17.61% from 301); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AF35 is #B650CA. Grayscale: #828282. Windows color (decimal): -11948235 or 3518281. OLE color: 3518281.

HSL color Cylindrical-coordinate representation of color #49AF35: hue angle of 110.16º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #49AF35 is Cyan = 0.58, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB7317553-
CMYK0.5800.700.31
HSL110.16º53.51%44.71%-
HSV(B)110.16º69.71%68.63%-
XYZ18.7232.338.62-
YUV130.5984.2186.92-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 24.25%
GREEN value IS 175 (68.75% from 255) = 58.14%
BLUE value IS 53 (21.09% from 255) = 17.61%
R=24.25%
G=58.14%
B=17.61%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73175530.5800.700.31110.1653.5144.71
Hex49AF353A0461F6e362d
Octal11125765720106371566655
Binary10010011010111111010111101001000110111111101110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49af35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49af35; }

 p { color: rgb(73,175,53); }

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

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

 a { background-color: rgb(73,175,53); }

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

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

 span { border-color: rgb(73,175,53); }

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