#449F13

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

Shades of Kelly Green #449F13

Tints of Kelly Green #449F13

Color information

#449F13 (or 0x449F13) is unknown color: approx Kelly Green. HEX triplet: 44, 9F and 13. RGB value is (68,159,19). Sum of RGB (Red+Green+Blue) = 68+159+19=246 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.64% from 246); Green value is 159 (62.5% from 255 or 64.63% from 246); Blue value is 19 (7.81% from 255 or 7.72% from 246); Max value from RGB is 159 - color contains mainly: green. Hex color #449F13 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449F13 is #BB60EC. Grayscale: #747474. Windows color (decimal): -12280045 or 1285956. OLE color: 1285956.

HSL color Cylindrical-coordinate representation of color #449F13: hue angle of 99º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #449F13 is Cyan = 0.57, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB6815919-
CMYK0.5700.880.38
HSL99º78.65%34.9%-
HSV(B)99º88.05%62.35%-
XYZ14.926.074.86-
YUV115.8373.3593.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.64%
GREEN value IS 159 (62.5% from 255) = 64.63%
BLUE value IS 19 (7.81% from 255) = 7.72%
R=27.64%
G=64.63%
B=7.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal68159190.5700.880.389978.6534.9
Hex449F133905826634f23
Octal104237237101304614311743
Binary100010010011111100111110010101100010011011000111001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449F13; }

 p { color: rgb(68,159,19); }

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

<style>
 a { background-color: #449F13; }

 a { background-color: rgb(68,159,19); }

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

<style>
 span { border-color: #449F13; }

 span { border-color: rgb(68,159,19); }

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