#49A323

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

Shades of Kelly Green #49A323

Tints of Kelly Green #49A323

Color information

#49A323 (or 0x49A323) is unknown color: approx Kelly Green. HEX triplet: 49, A3 and 23. RGB value is (73,163,35). Sum of RGB (Red+Green+Blue) = 73+163+35=271 (35% of max value = 765). Red value is 73 (28.91% from 255 or 26.94% from 271); Green value is 163 (64.06% from 255 or 60.15% from 271); Blue value is 35 (14.06% from 255 or 12.92% from 271); Max value from RGB is 163 - color contains mainly: green. Hex color #49A323 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49A323 is #B65CDC. Grayscale: #797979. Windows color (decimal): -11951325 or 2335561. OLE color: 2335561.

HSL color Cylindrical-coordinate representation of color #49A323: hue angle of 102.19º degrees, saturation: 0.65, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #49A323 is Cyan = 0.55, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.36.

Color convert

RGB7316335-
CMYK0.5500.790.36
HSL102.19º64.65%38.82%-
HSV(B)102.19º78.53%63.92%-
XYZ16.1527.736.09-
YUV121.579.1893.41-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 26.94%
GREEN value IS 163 (64.06% from 255) = 60.15%
BLUE value IS 35 (14.06% from 255) = 12.92%
R=26.94%
G=60.15%
B=12.92%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal73163350.5500.790.36102.1964.6538.82
Hex49A3233704F24664127
Octal111243436701174414610147
Binary1001001101000111000111101110100111110010011001101000001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49A323

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,163,35); }

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

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

 a { background-color: rgb(73,163,35); }

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

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

 span { border-color: rgb(73,163,35); }

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