#44A875

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

Shades of Ocean Green #44A875

Tints of Ocean Green #44A875

Color information

#44A875 (or 0x44A875) is unknown color: approx Ocean Green. HEX triplet: 44, A8 and 75. RGB value is (68,168,117). Sum of RGB (Red+Green+Blue) = 68+168+117=353 (46% of max value = 765). Red value is 68 (26.95% from 255 or 19.26% from 353); Green value is 168 (66.02% from 255 or 47.59% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 168 - color contains mainly: green. Hex color #44A875 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #44A875 is #BB578A. Grayscale: #848484. Windows color (decimal): -12277643 or 7710788. OLE color: 7710788.

HSL color Cylindrical-coordinate representation of color #44A875: hue angle of 149.4º degrees, saturation: 0.42, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #44A875 is Cyan = 0.60, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB68168117-
CMYK0.6000.300.34
HSL149.4º42.37%46.27%-
HSV(B)149.4º59.52%65.88%-
XYZ19.630.5221.69-
YUV132.29119.3782.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.26%
GREEN value IS 168 (66.02% from 255) = 47.59%
BLUE value IS 117 (46.09% from 255) = 33.14%
R=19.26%
G=47.59%
B=33.14%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal681681170.6000.300.34149.442.3746.27
Hex44A8753C01E22952a2e
Octal10425016574036422255256
Binary100010010101000111010111110001111010001010010101101010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44A875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44A875; }

 p { color: rgb(68,168,117); }

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

<style>
 a { background-color: #44A875; }

 a { background-color: rgb(68,168,117); }

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

<style>
 span { border-color: #44A875; }

 span { border-color: rgb(68,168,117); }

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