Html Css Color HEX #49AC1B Kelly Green

📋 copy color: '#49AC1B'

red 73 ◦ green 172 ◦ blue 27

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

Shades of Kelly Green #49AC1B

Tints of Kelly Green #49AC1B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 63.24%

 BLUE value IS 27 (10.94% from 255) = 9.93%

R = 26.84%
G = 63.24%
B = 9.93%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#49AC1B (or 0x49AC1B) is known color: Kelly Green. HEX triplet: 49, AC and 1B. RGB value is (73,172,27). Sum of RGB (Red+Green+Blue) = 73+172+27=272 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.84% from 272); Green value is 172 (67.58% from 255 or 63.24% from 272); Blue value is 27 (10.94% from 255 or 9.93% from 272); Max value from RGB is 172 - color contains mainly: green. Hex color #49AC1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49AC1B is #B653E4. Grayscale: #7E7E7E. Windows color (decimal): -11949029 or 1813577. OLE color: 1813577.

HSL color Cylindrical-coordinate representation of color #49AC1B: hue angle of 100.97º degrees, saturation: 0.73, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #49AC1B is Cyan = 0.58, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.33.

Color convert

RGB 73 172 27 -
CMYK 0.58 0 0.84 0.33
HSL 100.97º 0.73% 0.39% -
HSV(B) 100.97º 0.84% 0.67% -
XYZ 17.7 31 6.09 -
YUV 125.87 72.2 90.29 -
System Red Green Blue C M Y K H S L
Decimal 73 172 27 0.58 0 0.84 0.33 100.97 0.73 0.39
Hex 49 AC 1B 3A 0 54 21 65 49 27
Octal 111 254 33 72 0 124 41 145 111 47
Binary 1001001 10101100 11011 111010 0 1010100 100001 1100101 1001001 100111

Color Harmonies of #49AC1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49AC1B

Black with #49AC1B

Text Example


Text Example

White with #49AC1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,172,27); }

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

background-color css

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

 a { background-color: rgb(73,172,27); }

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

border-color css

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

 span { border-color: rgb(73,172,27); }

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