#499E0F

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

Shades of Kelly Green #499E0F

Tints of Kelly Green #499E0F

Color information

#499E0F (or 0x499E0F) is unknown color: approx Kelly Green. HEX triplet: 49, 9E and 0F. RGB value is (73,158,15). Sum of RGB (Red+Green+Blue) = 73+158+15=246 (32% of max value = 765). Red value is 73 (28.91% from 255 or 29.67% from 246); Green value is 158 (62.11% from 255 or 64.23% from 246); Blue value is 15 (6.25% from 255 or 6.10% from 246); Max value from RGB is 158 - color contains mainly: green. Hex color #499E0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499E0F is #B661F0. Grayscale: #747474. Windows color (decimal): -11952625 or 1023561. OLE color: 1023561.

HSL color Cylindrical-coordinate representation of color #499E0F: hue angle of 95.66º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #499E0F is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.38.

Color convert

RGB7315815-
CMYK0.5400.910.38
HSL95.66º82.66%33.92%-
HSV(B)95.66º90.51%61.96%-
XYZ15.0625.94.66-
YUV116.2870.8497.13-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 29.67%
GREEN value IS 158 (62.11% from 255) = 64.23%
BLUE value IS 15 (6.25% from 255) = 6.10%
R=29.67%
G=64.23%
B=6.10%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal73158150.5400.910.3895.6682.6633.92
Hex499EF3605B26605322
Octal111236176601334614012342
Binary10010011001111011111101100101101110011011000001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #499E0F; }

 p { color: rgb(73,158,15); }

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

<style>
 a { background-color: #499E0F; }

 a { background-color: rgb(73,158,15); }

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

<style>
 span { border-color: #499E0F; }

 span { border-color: rgb(73,158,15); }

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