#449670

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

Shades of Ocean Green #449670

Tints of Ocean Green #449670

Color information

#449670 (or 0x449670) is unknown color: approx Ocean Green. HEX triplet: 44, 96 and 70. RGB value is (68,150,112). Sum of RGB (Red+Green+Blue) = 68+150+112=330 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.61% from 330); Green value is 150 (58.98% from 255 or 45.45% from 330); Blue value is 112 (44.14% from 255 or 33.94% from 330); Max value from RGB is 150 - color contains mainly: green. Hex color #449670 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449670 is #BB698F. Grayscale: #797979. Windows color (decimal): -12282256 or 7378500. OLE color: 7378500.

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

Color convert

RGB68150112-
CMYK0.5500.250.41
HSL152.2º37.61%42.75%-
HSV(B)152.2º54.67%58.82%-
XYZ16.2124.2119.15-
YUV121.15122.8390.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.61%
GREEN value IS 150 (58.98% from 255) = 45.45%
BLUE value IS 112 (44.14% from 255) = 33.94%
R=20.61%
G=45.45%
B=33.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal681501120.5500.250.41152.237.6142.75
Hex449670370192998262b
Octal10422616067031512304653
Binary100010010010110111000011011101100110100110011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449670; }

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

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

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

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

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

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

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

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