#44a16e

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

Shades of Ocean Green #44A16E

Tints of Ocean Green #44A16E

Color information

#44A16E (or 0x44A16E) is unknown color: approx Ocean Green. HEX triplet: 44, A1 and 6E. RGB value is (68,161,110). Sum of RGB (Red+Green+Blue) = 68+161+110=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 161 (63.28% from 255 or 47.49% from 339); Blue value is 110 (43.36% from 255 or 32.45% from 339); Max value from RGB is 161 - color contains mainly: green. Hex color #44A16E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A16E is #BB5E91. Grayscale: #7F7F7F. Windows color (decimal): -12279442 or 7250244. OLE color: 7250244.

HSL color Cylindrical-coordinate representation of color #44A16E: hue angle of 147.1º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #44A16E is Cyan = 0.58, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.37.

Color convert

RGB68161110-
CMYK0.5800.320.37
HSL147.1º40.61%44.9%-
HSV(B)147.1º57.76%63.14%-
XYZ17.9427.8419.18-
YUV127.38118.1985.65-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 161 (63.28% from 255) = 47.49%
BLUE value IS 110 (43.36% from 255) = 32.45%
R=20.06%
G=47.49%
B=32.45%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal681611100.5800.320.37147.140.6144.9
Hex44A16E3A0202593292d
Octal10424115672040452235155
Binary1000100101000011101110111010010000010010110010011101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44a16e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,161,110); }

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

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

 a { background-color: rgb(68,161,110); }

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

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

 span { border-color: rgb(68,161,110); }

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