Html Css Color HEX #49B928 Kelly Green

📋 copy color: '#49B928'

red 73 ◦ green 185 ◦ blue 40

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

Shades of Kelly Green #49B928

Tints of Kelly Green #49B928

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.08%

 BLUE value IS 40 (16.02% from 255) = 13.42%

R = 24.5%
G = 62.08%
B = 13.42%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.78

 K value IS 0.27

RGB Variations

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

Color information

#49B928 (or 0x49B928) is known color: Kelly Green. HEX triplet: 49, B9 and 28. RGB value is (73,185,40). Sum of RGB (Red+Green+Blue) = 73+185+40=298 (39% of max value = 765). Red value is 73 (28.91% from 255 or 24.50% from 298); Green value is 185 (72.66% from 255 or 62.08% from 298); Blue value is 40 (16.02% from 255 or 13.42% from 298); Max value from RGB is 185 - color contains mainly: green. Hex color #49B928 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B928 is #B646D7. Grayscale: #878787. Windows color (decimal): -11945688 or 2668873. OLE color: 2668873.

HSL color Cylindrical-coordinate representation of color #49B928: hue angle of 106.34º degrees, saturation: 0.64, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49B928 is Cyan = 0.61, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.27.

Color convert

RGB 73 185 40 -
CMYK 0.61 0 0.78 0.27
HSL 106.34º 0.64% 0.44% -
HSV(B) 106.34º 0.78% 0.73% -
XYZ 20.48 36.27 7.93 -
YUV 134.98 74.39 83.79 -
System Red Green Blue C M Y K H S L
Decimal 73 185 40 0.61 0 0.78 0.27 106.34 0.64 0.44
Hex 49 B9 28 3D 0 4E 1B 6A 40 2C
Octal 111 271 50 75 0 116 33 152 100 54
Binary 1001001 10111001 101000 111101 0 1001110 11011 1101010 1000000 101100

Color Harmonies of #49B928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B928

Black with #49B928

Text Example


Text Example

White with #49B928

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,185,40); }

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

background-color css

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

 a { background-color: rgb(73,185,40); }

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

border-color css

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

 span { border-color: rgb(73,185,40); }

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