#44996F

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

Shades of Ocean Green #44996F

Tints of Ocean Green #44996F

Color information

#44996F (or 0x44996F) is unknown color: approx Ocean Green. HEX triplet: 44, 99 and 6F. RGB value is (68,153,111). Sum of RGB (Red+Green+Blue) = 68+153+111=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 153 (60.16% from 255 or 46.08% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 153 - color contains mainly: green. Hex color #44996F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44996F is #BB6690. Grayscale: #7A7A7A. Windows color (decimal): -12281489 or 7313732. OLE color: 7313732.

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

Color convert

RGB68153111-
CMYK0.5600.270.4
HSL150.35º38.46%43.33%-
HSV(B)150.35º55.56%60%-
XYZ16.6425.1619.02-
YUV122.8121.3488.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 153 (60.16% from 255) = 46.08%
BLUE value IS 111 (43.75% from 255) = 33.43%
R=20.48%
G=46.08%
B=33.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681531110.5600.270.4150.3538.4643.33
Hex44996F3801B2896262b
Octal10423115770033502264653
Binary100010010011001110111111100001101110100010010110100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44996F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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