#499D08

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

Shades of Kelly Green #499D08

Tints of Kelly Green #499D08

Color information

#499D08 (or 0x499D08) is unknown color: approx Kelly Green. HEX triplet: 49, 9D and 08. RGB value is (73,157,8). Sum of RGB (Red+Green+Blue) = 73+157+8=238 (31% of max value = 765). Red value is 73 (28.91% from 255 or 30.67% from 238); Green value is 157 (61.72% from 255 or 65.97% from 238); Blue value is 8 (3.52% from 255 or 3.36% from 238); Max value from RGB is 157 - color contains mainly: green. Hex color #499D08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #499D08 is #B662F7. Grayscale: #737373. Windows color (decimal): -11952888 or 564553. OLE color: 564553.

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

Color convert

RGB731578-
CMYK0.5400.950.38
HSL93.83º90.3%32.35%-
HSV(B)93.83º94.9%61.57%-
XYZ14.8525.554.38-
YUV114.967.6798.12-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 30.67%
GREEN value IS 157 (61.72% from 255) = 65.97%
BLUE value IS 8 (3.52% from 255) = 3.36%
R=30.67%
G=65.97%
B=3.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal7315780.5400.950.3893.8390.332.35
Hex499D83605F265e5a20
Octal111235106601374613613240
Binary10010011001110110001101100101111110011010111101011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #499D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,157,8); }

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

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

 a { background-color: rgb(73,157,8); }

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

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

 span { border-color: rgb(73,157,8); }

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