#44966F

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

Shades of Ocean Green #44966F

Tints of Ocean Green #44966F

Color information

#44966F (or 0x44966F) is unknown color: approx Ocean Green. HEX triplet: 44, 96 and 6F. RGB value is (68,150,111). Sum of RGB (Red+Green+Blue) = 68+150+111=329 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.67% from 329); Green value is 150 (58.98% from 255 or 45.59% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 150 - color contains mainly: green. Hex color #44966F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44966F is #BB6990. Grayscale: #797979. Windows color (decimal): -12282257 or 7312964. OLE color: 7312964.

HSL color Cylindrical-coordinate representation of color #44966F: hue angle of 151.46º 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 #44966F is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB68150111-
CMYK0.5500.260.41
HSL151.46º37.61%42.75%-
HSV(B)151.46º54.67%58.82%-
XYZ16.1624.1918.86-
YUV121.04122.3390.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.67%
GREEN value IS 150 (58.98% from 255) = 45.59%
BLUE value IS 111 (43.75% from 255) = 33.74%
R=20.67%
G=45.59%
B=33.74%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501110.5500.260.41151.4637.6142.75
Hex44966F3701A2997262b
Octal10422615767032512274653
Binary100010010010110110111111011101101010100110010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44966F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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