#449B73

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

Shades of Ocean Green #449B73

Tints of Ocean Green #449B73

Color information

#449B73 (or 0x449B73) is unknown color: approx Ocean Green. HEX triplet: 44, 9B and 73. RGB value is (68,155,115). Sum of RGB (Red+Green+Blue) = 68+155+115=338 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.12% from 338); Green value is 155 (60.94% from 255 or 45.86% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 155 - color contains mainly: green. Hex color #449B73 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449B73 is #BB648C. Grayscale: #7C7C7C. Windows color (decimal): -12280973 or 7576388. OLE color: 7576388.

HSL color Cylindrical-coordinate representation of color #449B73: hue angle of 152.41º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #449B73 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.39.

Color convert

RGB68155115-
CMYK0.5600.260.39
HSL152.41º39.01%43.73%-
HSV(B)152.41º56.13%60.78%-
XYZ17.225.9120.31-
YUV124.43122.6887.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.12%
GREEN value IS 155 (60.94% from 255) = 45.86%
BLUE value IS 115 (45.31% from 255) = 34.02%
R=20.12%
G=45.86%
B=34.02%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal681551150.5600.260.39152.4139.0143.73
Hex449B733801A2798272c
Octal10423316370032472304754
Binary100010010011011111001111100001101010011110011000100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449B73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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