#44B408

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

Shades of Kelly Green #44B408

Tints of Kelly Green #44B408

Color information

#44B408 (or 0x44B408) is unknown color: approx Kelly Green. HEX triplet: 44, B4 and 08. RGB value is (68,180,8). Sum of RGB (Red+Green+Blue) = 68+180+8=256 (33% of max value = 765). Red value is 68 (26.95% from 255 or 26.56% from 256); Green value is 180 (70.70% from 255 or 70.31% from 256); Blue value is 8 (3.52% from 255 or 3.12% from 256); Max value from RGB is 180 - color contains mainly: green. Hex color #44B408 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #44B408 is #BB4BF7. Grayscale: #7F7F7F. Windows color (decimal): -12274680 or 570436. OLE color: 570436.

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

Color convert

RGB681808-
CMYK0.6200.960.29
HSL99.07º91.49%36.86%-
HSV(B)99.07º95.56%70.59%-
XYZ18.7533.895.78-
YUV126.960.8985.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 26.56%
GREEN value IS 180 (70.70% from 255) = 70.31%
BLUE value IS 8 (3.52% from 255) = 3.12%
R=26.56%
G=70.31%
B=3.12%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal6818080.6200.960.2999.0791.4936.86
Hex44B483E0601D635b25
Octal104264107601403514313345
Binary1000100101101001000111110011000001110111000111011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44B408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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