#44A26D

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

Shades of Ocean Green #44A26D

Tints of Ocean Green #44A26D

Color information

#44A26D (or 0x44A26D) is unknown color: approx Ocean Green. HEX triplet: 44, A2 and 6D. RGB value is (68,162,109). Sum of RGB (Red+Green+Blue) = 68+162+109=339 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.06% from 339); Green value is 162 (63.67% from 255 or 47.79% from 339); Blue value is 109 (42.97% from 255 or 32.15% from 339); Max value from RGB is 162 - color contains mainly: green. Hex color #44A26D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A26D is #BB5D92. Grayscale: #7F7F7F. Windows color (decimal): -12279187 or 7184964. OLE color: 7184964.

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

Color convert

RGB68162109-
CMYK0.5800.330.36
HSL146.17º40.87%45.1%-
HSV(B)146.17º58.02%63.53%-
XYZ18.0628.1718.95-
YUV127.85117.3685.31-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.06%
GREEN value IS 162 (63.67% from 255) = 47.79%
BLUE value IS 109 (42.97% from 255) = 32.15%
R=20.06%
G=47.79%
B=32.15%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal681621090.5800.330.36146.1740.8745.1
Hex44A26D3A0212492292d
Octal10424215572041442225155
Binary1000100101000101101101111010010000110010010010010101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A26D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,162,109); }

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

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

 a { background-color: rgb(68,162,109); }

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

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

 span { border-color: rgb(68,162,109); }

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