#49B026

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

Shades of Kelly Green #49B026

Tints of Kelly Green #49B026

Color information

#49B026 (or 0x49B026) is unknown color: approx Kelly Green. HEX triplet: 49, B0 and 26. RGB value is (73,176,38). Sum of RGB (Red+Green+Blue) = 73+176+38=287 (38% of max value = 765). Red value is 73 (28.91% from 255 or 25.44% from 287); Green value is 176 (69.14% from 255 or 61.32% from 287); Blue value is 38 (15.23% from 255 or 13.24% from 287); Max value from RGB is 176 - color contains mainly: green. Hex color #49B026 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B026 is #B64FD9. Grayscale: #818181. Windows color (decimal): -11947994 or 2535497. OLE color: 2535497.

HSL color Cylindrical-coordinate representation of color #49B026: hue angle of 104.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49B026 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB7317638-
CMYK0.5900.780.31
HSL104.78º64.49%41.96%-
HSV(B)104.78º78.41%69.02%-
XYZ18.6232.617.15-
YUV129.4776.3887.72-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 25.44%
GREEN value IS 176 (69.14% from 255) = 61.32%
BLUE value IS 38 (15.23% from 255) = 13.24%
R=25.44%
G=61.32%
B=13.24%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal73176380.5900.780.31104.7864.4941.96
Hex49B0263B04E1F69402a
Octal111260467301163715110052
Binary100100110110000100110111011010011101111111010011000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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