#44986B

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

Shades of Ocean Green #44986B

Tints of Ocean Green #44986B

Color information

#44986B (or 0x44986B) is unknown color: approx Ocean Green. HEX triplet: 44, 98 and 6B. RGB value is (68,152,107). Sum of RGB (Red+Green+Blue) = 68+152+107=327 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.80% from 327); Green value is 152 (59.77% from 255 or 46.48% from 327); Blue value is 107 (42.19% from 255 or 32.72% from 327); Max value from RGB is 152 - color contains mainly: green. Hex color #44986B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44986B is #BB6794. Grayscale: #797979. Windows color (decimal): -12281749 or 7051332. OLE color: 7051332.

HSL color Cylindrical-coordinate representation of color #44986B: hue angle of 147.86º 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 #44986B is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB68152107-
CMYK0.5500.300.40
HSL147.86º38.18%43.14%-
HSV(B)147.86º55.26%59.61%-
XYZ16.2724.7517.83-
YUV121.75119.6789.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.80%
GREEN value IS 152 (59.77% from 255) = 46.48%
BLUE value IS 107 (42.19% from 255) = 32.72%
R=20.80%
G=46.48%
B=32.72%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681521070.5500.300.40147.8638.1843.14
Hex44986B3701E2894262b
Octal10423015367036502244653
Binary100010010011000110101111011101111010100010010100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44986B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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