#44A50B

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

Shades of Kelly Green #44A50B

Tints of Kelly Green #44A50B

Color information

#44A50B (or 0x44A50B) is unknown color: approx Kelly Green. HEX triplet: 44, A5 and 0B. RGB value is (68,165,11). Sum of RGB (Red+Green+Blue) = 68+165+11=244 (32% of max value = 765). Red value is 68 (26.95% from 255 or 27.87% from 244); Green value is 165 (64.84% from 255 or 67.62% from 244); Blue value is 11 (4.69% from 255 or 4.51% from 244); Max value from RGB is 165 - color contains mainly: green. Hex color #44A50B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #44A50B is #BB5AF4. Grayscale: #767676. Windows color (decimal): -12278517 or 763204. OLE color: 763204.

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

Color convert

RGB6816511-
CMYK0.5900.930.35
HSL97.79º87.5%34.51%-
HSV(B)97.79º93.33%64.71%-
XYZ15.928.164.91-
YUV118.4467.3692.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 27.87%
GREEN value IS 165 (64.84% from 255) = 67.62%
BLUE value IS 11 (4.69% from 255) = 4.51%
R=27.87%
G=67.62%
B=4.51%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal68165110.5900.930.3597.7987.534.51
Hex44A5B3B05D23625823
Octal104245137301354314213043
Binary10001001010010110111110110101110110001111000101011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A50B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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