#449C06

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

Shades of Kelly Green #449C06

Tints of Kelly Green #449C06

Color information

#449C06 (or 0x449C06) is unknown color: approx Kelly Green. HEX triplet: 44, 9C and 06. RGB value is (68,156,6). Sum of RGB (Red+Green+Blue) = 68+156+6=230 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.57% from 230); Green value is 156 (61.33% from 255 or 67.83% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 156 - color contains mainly: green. Hex color #449C06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #449C06 is #BB63F9. Grayscale: #717171. Windows color (decimal): -12280826 or 433220. OLE color: 433220.

HSL color Cylindrical-coordinate representation of color #449C06: hue angle of 95.2º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #449C06 is Cyan = 0.56, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.39.

Color convert

RGB681566-
CMYK0.5600.960.39
HSL95.2º92.59%31.76%-
HSV(B)95.2º96.15%61.18%-
XYZ14.3125.024.25-
YUV112.5967.8596.2-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 29.57%
GREEN value IS 156 (61.33% from 255) = 67.83%
BLUE value IS 6 (2.73% from 255) = 2.61%
R=29.57%
G=67.83%
B=2.61%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal6815660.5600.960.3995.292.5931.76
Hex449C638060275f5d20
Octal10423467001404713713540
Binary1000100100111001101110000110000010011110111111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449C06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,156,6); }

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

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

 a { background-color: rgb(68,156,6); }

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

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

 span { border-color: rgb(68,156,6); }

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