Html Css Color HEX #49B305 Kelly Green

📋 copy color: '#49B305'

red 73 ◦ green 179 ◦ blue 5

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

Shades of Kelly Green #49B305

Tints of Kelly Green #49B305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 69.65%

 BLUE value IS 5 (2.34% from 255) = 1.95%

R = 28.4%
G = 69.65%
B = 1.95%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#49B305 (or 0x49B305) is known color: Kelly Green. HEX triplet: 49, B3 and 05. RGB value is (73,179,5). Sum of RGB (Red+Green+Blue) = 73+179+5=257 (34% of max value = 765). Red value is 73 (28.91% from 255 or 28.40% from 257); Green value is 179 (70.31% from 255 or 69.65% from 257); Blue value is 5 (2.34% from 255 or 1.95% from 257); Max value from RGB is 179 - color contains mainly: green. Hex color #49B305 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B305 is #B64CFA. Grayscale: #808080. Windows color (decimal): -11947259 or 373577. OLE color: 373577.

HSL color Cylindrical-coordinate representation of color #49B305: hue angle of 96.55º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49B305 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 73 179 5 -
CMYK 0.59 0 0.97 0.30
HSL 96.55º 0.95% 0.36% -
HSV(B) 96.55º 0.97% 0.7% -
XYZ 18.9 33.67 5.65 -
YUV 127.47 58.88 89.15 -
System Red Green Blue C M Y K H S L
Decimal 73 179 5 0.59 0 0.97 0.30 96.55 0.95 0.36
Hex 49 B3 5 3B 0 61 1E 61 5F 24
Octal 111 263 5 73 0 141 36 141 137 44
Binary 1001001 10110011 101 111011 0 1100001 11110 1100001 1011111 100100

Color Harmonies of #49B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B305

Black with #49B305

Text Example


Text Example

White with #49B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,179,5); }

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

background-color css

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

 a { background-color: rgb(73,179,5); }

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

border-color css

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

 span { border-color: rgb(73,179,5); }

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