#449E73

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

Shades of Ocean Green #449E73

Tints of Ocean Green #449E73

Color information

#449E73 (or 0x449E73) is unknown color: approx Ocean Green. HEX triplet: 44, 9E and 73. RGB value is (68,158,115). Sum of RGB (Red+Green+Blue) = 68+158+115=341 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.94% from 341); Green value is 158 (62.11% from 255 or 46.33% from 341); Blue value is 115 (45.31% from 255 or 33.72% from 341); Max value from RGB is 158 - color contains mainly: green. Hex color #449E73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449E73 is #BB618C. Grayscale: #7E7E7E. Windows color (decimal): -12280205 or 7577156. OLE color: 7577156.

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

Color convert

RGB68158115-
CMYK0.5700.270.38
HSL151.33º39.82%44.31%-
HSV(B)151.33º56.96%61.96%-
XYZ17.7126.9220.48-
YUV126.19121.6886.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 19.94%
GREEN value IS 158 (62.11% from 255) = 46.33%
BLUE value IS 115 (45.31% from 255) = 33.72%
R=19.94%
G=46.33%
B=33.72%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal681581150.5700.270.38151.3339.8244.31
Hex449E733901B2697282c
Octal10423616371033462275054
Binary100010010011110111001111100101101110011010010111101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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