#44986F

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

Shades of Ocean Green #44986F

Tints of Ocean Green #44986F

Color information

#44986F (or 0x44986F) is unknown color: approx Ocean Green. HEX triplet: 44, 98 and 6F. RGB value is (68,152,111). Sum of RGB (Red+Green+Blue) = 68+152+111=331 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.54% from 331); Green value is 152 (59.77% from 255 or 45.92% from 331); Blue value is 111 (43.75% from 255 or 33.53% from 331); Max value from RGB is 152 - color contains mainly: green. Hex color #44986F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44986F is #BB6790. Grayscale: #7A7A7A. Windows color (decimal): -12281745 or 7313476. OLE color: 7313476.

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

Color convert

RGB68152111-
CMYK0.5500.270.40
HSL150.71º38.18%43.14%-
HSV(B)150.71º55.26%59.61%-
XYZ16.4824.8318.96-
YUV122.21121.6789.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.54%
GREEN value IS 152 (59.77% from 255) = 45.92%
BLUE value IS 111 (43.75% from 255) = 33.53%
R=20.54%
G=45.92%
B=33.53%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681521110.5500.270.40150.7138.1843.14
Hex44986F3701B2897262b
Octal10423015767033502274653
Binary100010010011000110111111011101101110100010010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44986F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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