#49A926

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

Shades of Kelly Green #49A926

Tints of Kelly Green #49A926

Color information

#49A926 (or 0x49A926) is unknown color: approx Kelly Green. HEX triplet: 49, A9 and 26. RGB value is (73,169,38). Sum of RGB (Red+Green+Blue) = 73+169+38=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 169 (66.41% from 255 or 60.36% from 280); Blue value is 38 (15.23% from 255 or 13.57% from 280); Max value from RGB is 169 - color contains mainly: green. Hex color #49A926 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A926 is #B656D9. Grayscale: #7D7D7D. Windows color (decimal): -11949786 or 2533705. OLE color: 2533705.

HSL color Cylindrical-coordinate representation of color #49A926: hue angle of 103.97º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49A926 is Cyan = 0.57, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.34.

Color convert

RGB7316938-
CMYK0.5700.780.34
HSL103.97º63.29%40.59%-
HSV(B)103.97º77.51%66.27%-
XYZ17.2929.936.7-
YUV125.3678.790.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.07%
GREEN value IS 169 (66.41% from 255) = 60.36%
BLUE value IS 38 (15.23% from 255) = 13.57%
R=26.07%
G=60.36%
B=13.57%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal73169380.5700.780.34103.9763.2940.59
Hex49A9263904E22683f29
Octal11125146710116421507751
Binary100100110101001100110111001010011101000101101000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,169,38); }

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

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

 a { background-color: rgb(73,169,38); }

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

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

 span { border-color: rgb(73,169,38); }

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