#44966e

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

Shades of Ocean Green #44966E

Tints of Ocean Green #44966E

Color information

#44966E (or 0x44966E) is unknown color: approx Ocean Green. HEX triplet: 44, 96 and 6E. RGB value is (68,150,110). Sum of RGB (Red+Green+Blue) = 68+150+110=328 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.73% from 328); Green value is 150 (58.98% from 255 or 45.73% from 328); Blue value is 110 (43.36% from 255 or 33.54% from 328); Max value from RGB is 150 - color contains mainly: green. Hex color #44966E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44966E is #BB6991. Grayscale: #797979. Windows color (decimal): -12282258 or 7247428. OLE color: 7247428.

HSL color Cylindrical-coordinate representation of color #44966E: hue angle of 150.73º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #44966E is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB68150110-
CMYK0.5500.270.41
HSL150.73º37.61%42.75%-
HSV(B)150.73º54.67%58.82%-
XYZ16.124.1718.57-
YUV120.92121.8390.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.73%
GREEN value IS 150 (58.98% from 255) = 45.73%
BLUE value IS 110 (43.36% from 255) = 33.54%
R=20.73%
G=45.73%
B=33.54%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501100.5500.270.41150.7337.6142.75
Hex44966E3701B2997262b
Octal10422615667033512274653
Binary100010010010110110111011011101101110100110010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44966e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44966e; }

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

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

<style>
 a { background-color: #44966e; }

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

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

<style>
 span { border-color: #44966e; }

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

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