#44B420

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

Shades of Kelly Green #44B420

Tints of Kelly Green #44B420

Color information

#44B420 (or 0x44B420) is unknown color: approx Kelly Green. HEX triplet: 44, B4 and 20. RGB value is (68,180,32). Sum of RGB (Red+Green+Blue) = 68+180+32=280 (37% of max value = 765). Red value is 68 (26.95% from 255 or 24.29% from 280); Green value is 180 (70.70% from 255 or 64.29% from 280); Blue value is 32 (12.89% from 255 or 11.43% from 280); Max value from RGB is 180 - color contains mainly: green. Hex color #44B420 is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #44B420 is #BB4BDF. Grayscale: #828282. Windows color (decimal): -12274656 or 2143300. OLE color: 2143300.

HSL color Cylindrical-coordinate representation of color #44B420: hue angle of 105.41º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44B420 is Cyan = 0.62, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.29.

Color convert

RGB6818032-
CMYK0.6200.820.29
HSL105.41º69.81%41.57%-
HSV(B)105.41º82.22%70.59%-
XYZ18.9733.986.92-
YUV129.6472.8984.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 24.29%
GREEN value IS 180 (70.70% from 255) = 64.29%
BLUE value IS 32 (12.89% from 255) = 11.43%
R=24.29%
G=64.29%
B=11.43%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal68180320.6200.820.29105.4169.8141.57
Hex44B4203E0521D69462a
Octal104264407601223515110652
Binary100010010110100100000111110010100101110111010011000110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,180,32); }

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

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

 a { background-color: rgb(68,180,32); }

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

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

 span { border-color: rgb(68,180,32); }

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