#49BC06

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

Shades of Kelly Green #49BC06

Tints of Kelly Green #49BC06

Color information

#49BC06 (or 0x49BC06) is unknown color: approx Kelly Green. HEX triplet: 49, BC and 06. RGB value is (73,188,6). Sum of RGB (Red+Green+Blue) = 73+188+6=267 (35% of max value = 765). Red value is 73 (28.91% from 255 or 27.34% from 267); Green value is 188 (73.83% from 255 or 70.41% from 267); Blue value is 6 (2.73% from 255 or 2.25% from 267); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC06 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #49BC06 is #B643F9. Grayscale: #858585. Windows color (decimal): -11944954 or 441417. OLE color: 441417.

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

Color convert

RGB731886-
CMYK0.6100.970.26
HSL97.91º93.81%38.04%-
HSV(B)97.91º96.81%73.73%-
XYZ20.7637.46.3-
YUV132.8756.485.3-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 27.34%
GREEN value IS 188 (73.83% from 255) = 70.41%
BLUE value IS 6 (2.73% from 255) = 2.25%
R=27.34%
G=70.41%
B=2.25%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal7318860.6100.970.2697.9193.8138.04
Hex49BC63D0611A625e26
Octal11127467501413214213646
Binary100100110111100110111101011000011101011000101011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49BC06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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