#49B906

Color #49B906 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #49B906

Tints of Kelly Green #49B906

Color information

#49B906 (or 0x49B906) is unknown color: approx Kelly Green. HEX triplet: 49, B9 and 06. RGB value is (73,185,6). Sum of RGB (Red+Green+Blue) = 73+185+6=264 (34% of max value = 765). Red value is 73 (28.91% from 255 or 27.65% from 264); Green value is 185 (72.66% from 255 or 70.08% from 264); Blue value is 6 (2.73% from 255 or 2.27% from 264); Max value from RGB is 185 - color contains mainly: green. Hex color #49B906 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49B906 is #B646F9. Grayscale: #838383. Windows color (decimal): -11945722 or 440649. OLE color: 440649.

HSL color Cylindrical-coordinate representation of color #49B906: hue angle of 97.54º degrees, saturation: 0.94, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #49B906 is Cyan = 0.61, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.27.

Color convert

RGB731856-
CMYK0.6100.970.27
HSL97.54º93.72%37.45%-
HSV(B)97.54º96.76%72.55%-
XYZ20.1336.136.08-
YUV131.1157.3986.55-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.65%
GREEN value IS 185 (72.66% from 255) = 70.08%
BLUE value IS 6 (2.73% from 255) = 2.27%
R=27.65%
G=70.08%
B=2.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal7318560.6100.970.2797.5493.7237.45
Hex49B963D0611B625e25
Octal11127167501413314213645
Binary100100110111001110111101011000011101111000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49B906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,185,6); }

 H1.HeaderClassName
 {
   color: #49B906;
 }
 .AnyTagClassName
 {
   color: #49B906;
 }
</style>
background-color css

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

 a { background-color: rgb(73,185,6); }

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

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

 span { border-color: rgb(73,185,6); }

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