Html Css Color HEX #49B528 Kelly Green

📋 copy color: '#49B528'

red 73 ◦ green 181 ◦ blue 40

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

Shades of Kelly Green #49B528

Tints of Kelly Green #49B528

RGB

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

 GREEN value IS 181 (71.09% from 255) = 61.56%

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

R = 24.83%
G = 61.56%
B = 13.61%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.78

 K value IS 0.29

RGB Variations

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

Color information

#49B528 (or 0x49B528) is known color: Kelly Green. HEX triplet: 49, B5 and 28. RGB value is (73,181,40). Sum of RGB (Red+Green+Blue) = 73+181+40=294 (38% of max value = 765). Red value is 73 (28.91% from 255 or 24.83% from 294); Green value is 181 (71.09% from 255 or 61.56% from 294); Blue value is 40 (16.02% from 255 or 13.61% from 294); Max value from RGB is 181 - color contains mainly: green. Hex color #49B528 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B528 is #B64AD7. Grayscale: #858585. Windows color (decimal): -11946712 or 2667849. OLE color: 2667849.

HSL color Cylindrical-coordinate representation of color #49B528: hue angle of 105.96º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #49B528 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.29.

Color convert

RGB 73 181 40 -
CMYK 0.60 0 0.78 0.29
HSL 105.96º 0.64% 0.43% -
HSV(B) 105.96º 0.78% 0.71% -
XYZ 19.65 34.62 7.65 -
YUV 132.63 75.72 85.46 -
System Red Green Blue C M Y K H S L
Decimal 73 181 40 0.60 0 0.78 0.29 105.96 0.64 0.43
Hex 49 B5 28 3C 0 4E 1D 6A 40 2B
Octal 111 265 50 74 0 116 35 152 100 53
Binary 1001001 10110101 101000 111100 0 1001110 11101 1101010 1000000 101011

Color Harmonies of #49B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B528

Black with #49B528

Text Example


Text Example

White with #49B528

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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