#449F76

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

Shades of Ocean Green #449F76

Tints of Ocean Green #449F76

Color information

#449F76 (or 0x449F76) is unknown color: approx Ocean Green. HEX triplet: 44, 9F and 76. RGB value is (68,159,118). Sum of RGB (Red+Green+Blue) = 68+159+118=345 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.71% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 159 - color contains mainly: green. Hex color #449F76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F76 is #BB6089. Grayscale: #7F7F7F. Windows color (decimal): -12279946 or 7774020. OLE color: 7774020.

HSL color Cylindrical-coordinate representation of color #449F76: hue angle of 152.97º degrees, saturation: 0.4, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #449F76 is Cyan = 0.57, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB68159118-
CMYK0.5700.260.38
HSL152.97º40.09%44.51%-
HSV(B)152.97º57.23%62.35%-
XYZ18.0527.3321.46-
YUV127.12122.8585.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.71%
GREEN value IS 159 (62.5% from 255) = 46.09%
BLUE value IS 118 (46.48% from 255) = 34.20%
R=19.71%
G=46.09%
B=34.20%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681591180.5700.260.38152.9740.0944.51
Hex449F763901A2699282d
Octal10423716671032462315055
Binary100010010011111111011011100101101010011010011001101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449F76; }

 p { color: rgb(68,159,118); }

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

<style>
 a { background-color: #449F76; }

 a { background-color: rgb(68,159,118); }

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

<style>
 span { border-color: #449F76; }

 span { border-color: rgb(68,159,118); }

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