#449F78

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

Shades of Ocean Green #449F78

Tints of Ocean Green #449F78

Color information

#449F78 (or 0x449F78) is unknown color: approx Ocean Green. HEX triplet: 44, 9F and 78. RGB value is (68,159,120). Sum of RGB (Red+Green+Blue) = 68+159+120=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 159 (62.5% from 255 or 45.82% from 347); Blue value is 120 (47.27% from 255 or 34.58% from 347); Max value from RGB is 159 - color contains mainly: green. Hex color #449F78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449F78 is #BB6087. Grayscale: #7F7F7F. Windows color (decimal): -12279944 or 7905092. OLE color: 7905092.

HSL color Cylindrical-coordinate representation of color #449F78: hue angle of 154.29º 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 #449F78 is Cyan = 0.57, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB68159120-
CMYK0.5700.250.38
HSL154.29º40.09%44.51%-
HSV(B)154.29º57.23%62.35%-
XYZ18.1727.3822.1-
YUV127.34123.8585.67-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.60%
GREEN value IS 159 (62.5% from 255) = 45.82%
BLUE value IS 120 (47.27% from 255) = 34.58%
R=19.60%
G=45.82%
B=34.58%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681591200.5700.250.38154.2940.0944.51
Hex449F7839019269a282d
Octal10423717071031462325055
Binary100010010011111111100011100101100110011010011010101000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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