#449871

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

Shades of Ocean Green #449871

Tints of Ocean Green #449871

Color information

#449871 (or 0x449871) is unknown color: approx Ocean Green. HEX triplet: 44, 98 and 71. RGB value is (68,152,113). Sum of RGB (Red+Green+Blue) = 68+152+113=333 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.42% from 333); Green value is 152 (59.77% from 255 or 45.65% from 333); Blue value is 113 (44.53% from 255 or 33.93% from 333); Max value from RGB is 152 - color contains mainly: green. Hex color #449871 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449871 is #BB678E. Grayscale: #7A7A7A. Windows color (decimal): -12281743 or 7444548. OLE color: 7444548.

HSL color Cylindrical-coordinate representation of color #449871: hue angle of 152.14º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #449871 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB68152113-
CMYK0.5500.260.40
HSL152.14º38.18%43.14%-
HSV(B)152.14º55.26%59.61%-
XYZ16.5924.8819.55-
YUV122.44122.6789.17-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.42%
GREEN value IS 152 (59.77% from 255) = 45.65%
BLUE value IS 113 (44.53% from 255) = 33.93%
R=20.42%
G=45.65%
B=33.93%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal681521130.5500.260.40152.1438.1843.14
Hex4498713701A2898262b
Octal10423016167032502304653
Binary100010010011000111000111011101101010100010011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449871; }

 p { color: rgb(68,152,113); }

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

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

 a { background-color: rgb(68,152,113); }

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

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

 span { border-color: rgb(68,152,113); }

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