Html Css Color HEX #49B01C Kelly Green

📋 copy color: '#49B01C'

red 73 ◦ green 176 ◦ blue 28

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

Shades of Kelly Green #49B01C

Tints of Kelly Green #49B01C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 63.54%

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

R = 26.35%
G = 63.54%
B = 10.11%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#49B01C (or 0x49B01C) is known color: Kelly Green. HEX triplet: 49, B0 and 1C. RGB value is (73,176,28). Sum of RGB (Red+Green+Blue) = 73+176+28=277 (36% of max value = 765). Red value is 73 (28.91% from 255 or 26.35% from 277); Green value is 176 (69.14% from 255 or 63.54% from 277); Blue value is 28 (11.33% from 255 or 10.11% from 277); Max value from RGB is 176 - color contains mainly: green. Hex color #49B01C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #49B01C is #B64FE3. Grayscale: #808080. Windows color (decimal): -11948004 or 1880137. OLE color: 1880137.

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

Color convert

RGB 73 176 28 -
CMYK 0.59 0 0.84 0.31
HSL 101.76º 0.73% 0.4% -
HSV(B) 101.76º 0.84% 0.69% -
XYZ 18.48 32.55 6.41 -
YUV 128.33 71.38 88.53 -
System Red Green Blue C M Y K H S L
Decimal 73 176 28 0.59 0 0.84 0.31 101.76 0.73 0.4
Hex 49 B0 1C 3B 0 54 1F 66 49 28
Octal 111 260 34 73 0 124 37 146 111 50
Binary 1001001 10110000 11100 111011 0 1010100 11111 1100110 1001001 101000

Color Harmonies of #49B01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49B01C

Black with #49B01C

Text Example


Text Example

White with #49B01C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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