Html Css Color HEX #49B31C Kelly Green

📋 copy color: '#49B31C'

red 73 ◦ green 179 ◦ blue 28

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

Shades of Kelly Green #49B31C

Tints of Kelly Green #49B31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10%

R = 26.07%
G = 63.93%
B = 10%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#49B31C (or 0x49B31C) is known color: Kelly Green. HEX triplet: 49, B3 and 1C. RGB value is (73,179,28). Sum of RGB (Red+Green+Blue) = 73+179+28=280 (37% of max value = 765). Red value is 73 (28.91% from 255 or 26.07% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 28 (11.33% from 255 or 10% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #49B31C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B31C is #B64CE3. Grayscale: #828282. Windows color (decimal): -11947236 or 1880905. OLE color: 1880905.

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

Color convert

RGB 73 179 28 -
CMYK 0.59 0 0.84 0.30
HSL 102.12º 0.73% 0.41% -
HSV(B) 102.12º 0.84% 0.7% -
XYZ 19.08 33.74 6.61 -
YUV 130.09 70.38 87.28 -
System Red Green Blue C M Y K H S L
Decimal 73 179 28 0.59 0 0.84 0.30 102.12 0.73 0.41
Hex 49 B3 1C 3B 0 54 1E 66 49 29
Octal 111 263 34 73 0 124 36 146 111 51
Binary 1001001 10110011 11100 111011 0 1010100 11110 1100110 1001001 101001

Color Harmonies of #49B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B31C

Black with #49B31C

Text Example


Text Example

White with #49B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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