Html Css Color HEX #49B61C Kelly Green

📋 copy color: '#49B61C'

red 73 ◦ green 182 ◦ blue 28

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

Shades of Kelly Green #49B61C

Tints of Kelly Green #49B61C

RGB

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

 GREEN value IS 182 (71.48% from 255) = 64.31%

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

R = 25.8%
G = 64.31%
B = 9.89%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#49B61C (or 0x49B61C) is known color: Kelly Green. HEX triplet: 49, B6 and 1C. RGB value is (73,182,28). Sum of RGB (Red+Green+Blue) = 73+182+28=283 (37% of max value = 765). Red value is 73 (28.91% from 255 or 25.80% from 283); Green value is 182 (71.48% from 255 or 64.31% from 283); Blue value is 28 (11.33% from 255 or 9.89% from 283); Max value from RGB is 182 - color contains mainly: green. Hex color #49B61C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #49B61C is #B649E3. Grayscale: #848484. Windows color (decimal): -11946468 or 1881673. OLE color: 1881673.

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

Color convert

RGB 73 182 28 -
CMYK 0.60 0 0.85 0.29
HSL 102.47º 0.73% 0.41% -
HSV(B) 102.47º 0.85% 0.71% -
XYZ 19.69 34.96 6.81 -
YUV 131.85 69.39 86.02 -
System Red Green Blue C M Y K H S L
Decimal 73 182 28 0.60 0 0.85 0.29 102.47 0.73 0.41
Hex 49 B6 1C 3C 0 55 1D 66 49 29
Octal 111 266 34 74 0 125 35 146 111 51
Binary 1001001 10110110 11100 111100 0 1010101 11101 1100110 1001001 101001

Color Harmonies of #49B61C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B61C

Black with #49B61C

Text Example


Text Example

White with #49B61C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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