#449870

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

Shades of Ocean Green #449870

Tints of Ocean Green #449870

Color information

#449870 (or 0x449870) is unknown color: approx Ocean Green. HEX triplet: 44, 98 and 70. RGB value is (68,152,112). Sum of RGB (Red+Green+Blue) = 68+152+112=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 152 (59.77% from 255 or 45.78% from 332); Blue value is 112 (44.14% from 255 or 33.73% from 332); Max value from RGB is 152 - color contains mainly: green. Hex color #449870 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449870 is #BB678F. Grayscale: #7A7A7A. Windows color (decimal): -12281744 or 7379012. OLE color: 7379012.

HSL color Cylindrical-coordinate representation of color #449870: hue angle of 151.43º 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 #449870 is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB68152112-
CMYK0.5500.260.40
HSL151.43º38.18%43.14%-
HSV(B)151.43º55.26%59.61%-
XYZ16.5424.8619.26-
YUV122.32122.1789.25-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 152 (59.77% from 255) = 45.78%
BLUE value IS 112 (44.14% from 255) = 33.73%
R=20.48%
G=45.78%
B=33.73%

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
Decimal681521120.5500.260.40151.4338.1843.14
Hex4498703701A2897262b
Octal10423016067032502274653
Binary100010010011000111000011011101101010100010010111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449870; }

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

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

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

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

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

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

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

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