#449E78

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

Shades of Ocean Green #449E78

Tints of Ocean Green #449E78

Color information

#449E78 (or 0x449E78) is unknown color: approx Ocean Green. HEX triplet: 44, 9E and 78. RGB value is (68,158,120). Sum of RGB (Red+Green+Blue) = 68+158+120=346 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.65% from 346); Green value is 158 (62.11% from 255 or 45.66% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 158 - color contains mainly: green. Hex color #449E78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E78 is #BB6187. Grayscale: #7E7E7E. Windows color (decimal): -12280200 or 7904836. OLE color: 7904836.

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

Color convert

RGB68158120-
CMYK0.5700.240.38
HSL154.67º39.82%44.31%-
HSV(B)154.67º56.96%61.96%-
XYZ1827.0422.04-
YUV126.76124.1886.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.65%
GREEN value IS 158 (62.11% from 255) = 45.66%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=19.65%
G=45.66%
B=34.68%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581200.5700.240.38154.6739.8244.31
Hex449E7839018269b282c
Octal10423617071030462335054
Binary100010010011110111100011100101100010011010011011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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