#44A507

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

Shades of Kelly Green #44A507

Tints of Kelly Green #44A507

Color information

#44A507 (or 0x44A507) is unknown color: approx Kelly Green. HEX triplet: 44, A5 and 07. RGB value is (68,165,7). Sum of RGB (Red+Green+Blue) = 68+165+7=240 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.33% from 240); Green value is 165 (64.84% from 255 or 68.75% from 240); Blue value is 7 (3.12% from 255 or 2.92% from 240); Max value from RGB is 165 - color contains mainly: green. Hex color #44A507 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A507 is #BB5AF8. Grayscale: #767676. Windows color (decimal): -12278521 or 501060. OLE color: 501060.

HSL color Cylindrical-coordinate representation of color #44A507: hue angle of 96.84º degrees, saturation: 0.92, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #44A507 is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.35.

Color convert

RGB681657-
CMYK0.5900.960.35
HSL96.84º91.86%33.73%-
HSV(B)96.84º95.76%64.71%-
XYZ15.8828.154.8-
YUV117.9865.3692.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 28.33%
GREEN value IS 165 (64.84% from 255) = 68.75%
BLUE value IS 7 (3.12% from 255) = 2.92%
R=28.33%
G=68.75%
B=2.92%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal6816570.5900.960.3596.8491.8633.73
Hex44A573B06023615c22
Octal10424577301404314113442
Binary1000100101001011111110110110000010001111000011011100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A507; }

 p { color: rgb(68,165,7); }

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

<style>
 a { background-color: #44A507; }

 a { background-color: rgb(68,165,7); }

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

<style>
 span { border-color: #44A507; }

 span { border-color: rgb(68,165,7); }

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