Html Css Color HEX #49A003 Kelly Green

📋 copy color: '#49A003'

red 73 ◦ green 160 ◦ blue 3

#49A003
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kelly Green #49A003

Tints of Kelly Green #49A003

RGB

 RED value IS 73 (28.91% from 255) = 30.93%

 GREEN value IS 160 (62.89% from 255) = 67.8%

 BLUE value IS 3 (1.56% from 255) = 1.27%

R = 30.93%
G = 67.8%
B = 1.27%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.98

 K value IS 0.37

RGB Variations

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

Color information

#49A003 (or 0x49A003) is known color: Kelly Green. HEX triplet: 49, A0 and 03. RGB value is (73,160,3). Sum of RGB (Red+Green+Blue) = 73+160+3=236 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.93% from 236); Green value is 160 (62.89% from 255 or 67.80% from 236); Blue value is 3 (1.56% from 255 or 1.27% from 236); Max value from RGB is 160 - color contains mainly: green. Hex color #49A003 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49A003 is #B65FFC. Grayscale: #747474. Windows color (decimal): -11952125 or 237641. OLE color: 237641.

HSL color Cylindrical-coordinate representation of color #49A003: hue angle of 93.25º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #49A003 is Cyan = 0.54, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB 73 160 3 -
CMYK 0.54 0 0.98 0.37
HSL 93.25º 0.96% 0.32% -
HSV(B) 93.25º 0.98% 0.63% -
XYZ 15.33 26.56 4.41 -
YUV 116.09 64.18 97.27 -
System Red Green Blue C M Y K H S L
Decimal 73 160 3 0.54 0 0.98 0.37 93.25 0.96 0.32
Hex 49 A0 3 36 0 62 25 5D 60 20
Octal 111 240 3 66 0 142 45 135 140 40
Binary 1001001 10100000 11 110110 0 1100010 100101 1011101 1100000 100000

Color Harmonies of #49A003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49A003

Black with #49A003

Text Example


Text Example

White with #49A003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,160,3); }

 H1.HeaderClassName
 {
   color: #49A003;
 }
 .AnyTagClassName
 {
   color: #49A003;
 }
</style>

background-color css

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

 a { background-color: rgb(73,160,3); }

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

border-color css

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

 span { border-color: rgb(73,160,3); }

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