#449E79

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

Shades of Ocean Green #449E79

Tints of Ocean Green #449E79

Color information

#449E79 (or 0x449E79) is unknown color: approx Ocean Green. HEX triplet: 44, 9E and 79. RGB value is (68,158,121). Sum of RGB (Red+Green+Blue) = 68+158+121=347 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.60% from 347); Green value is 158 (62.11% from 255 or 45.53% from 347); Blue value is 121 (47.66% from 255 or 34.87% from 347); Max value from RGB is 158 - color contains mainly: green. Hex color #449E79 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E79 is #BB6186. Grayscale: #7E7E7E. Windows color (decimal): -12280199 or 7970372. OLE color: 7970372.

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

Color convert

RGB68158121-
CMYK0.5700.230.38
HSL155.33º39.82%44.31%-
HSV(B)155.33º56.96%61.96%-
XYZ18.0627.0622.36-
YUV126.87124.6886.01-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.60%
GREEN value IS 158 (62.11% from 255) = 45.53%
BLUE value IS 121 (47.66% from 255) = 34.87%
R=19.60%
G=45.53%
B=34.87%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581210.5700.230.38155.3339.8244.31
Hex449E7939017269b282c
Octal10423617171027462335054
Binary100010010011110111100111100101011110011010011011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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