Html Css Color HEX #49B018 Kelly Green

📋 copy color: '#49B018'

red 73 ◦ green 176 ◦ blue 24

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

Shades of Kelly Green #49B018

Tints of Kelly Green #49B018

RGB

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

 GREEN value IS 176 (69.14% from 255) = 64.47%

 BLUE value IS 24 (9.77% from 255) = 8.79%

R = 26.74%
G = 64.47%
B = 8.79%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#49B018 (or 0x49B018) is known color: Kelly Green. HEX triplet: 49, B0 and 18. RGB value is (73,176,24). Sum of RGB (Red+Green+Blue) = 73+176+24=273 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.74% from 273); Green value is 176 (69.14% from 255 or 64.47% from 273); Blue value is 24 (9.77% from 255 or 8.79% from 273); Max value from RGB is 176 - color contains mainly: green. Hex color #49B018 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #49B018 is #B64FE7. Grayscale: #808080. Windows color (decimal): -11948008 or 1617993. OLE color: 1617993.

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

Color convert

RGB 73 176 24 -
CMYK 0.59 0 0.86 0.31
HSL 100.66º 0.76% 0.39% -
HSV(B) 100.66º 0.86% 0.69% -
XYZ 18.44 32.53 6.17 -
YUV 127.88 69.38 88.86 -
System Red Green Blue C M Y K H S L
Decimal 73 176 24 0.59 0 0.86 0.31 100.66 0.76 0.39
Hex 49 B0 18 3B 0 56 1F 65 4C 27
Octal 111 260 30 73 0 126 37 145 114 47
Binary 1001001 10110000 11000 111011 0 1010110 11111 1100101 1001100 100111

Color Harmonies of #49B018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B018

Black with #49B018

Text Example


Text Example

White with #49B018

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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