#449971

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

Shades of Ocean Green #449971

Tints of Ocean Green #449971

Color information

#449971 (or 0x449971) is unknown color: approx Ocean Green. HEX triplet: 44, 99 and 71. RGB value is (68,153,113). Sum of RGB (Red+Green+Blue) = 68+153+113=334 (44% of max value = 765). Red value is 68 (26.95% from 255 or 20.36% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 113 (44.53% from 255 or 33.83% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #449971 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449971 is #BB668E. Grayscale: #7B7B7B. Windows color (decimal): -12281487 or 7444804. OLE color: 7444804.

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

Color convert

RGB68153113-
CMYK0.5600.260.4
HSL151.76º38.46%43.33%-
HSV(B)151.76º55.56%60%-
XYZ16.7625.219.6-
YUV123.02122.3488.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.36%
GREEN value IS 153 (60.16% from 255) = 45.81%
BLUE value IS 113 (44.53% from 255) = 33.83%
R=20.36%
G=45.81%
B=33.83%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal681531130.5600.260.4151.7638.4643.33
Hex4499713801A2898262b
Octal10423116170032502304653
Binary100010010011001111000111100001101010100010011000100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449971; }

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

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

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

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

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

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

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

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