#449771

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

Shades of Ocean Green #449771

Tints of Ocean Green #449771

Color information

#449771 (or 0x449771) is unknown color: approx Ocean Green. HEX triplet: 44, 97 and 71. RGB value is (68,151,113). Sum of RGB (Red+Green+Blue) = 68+151+113=332 (43% of max value = 765). Red value is 68 (26.95% from 255 or 20.48% from 332); Green value is 151 (59.38% from 255 or 45.48% from 332); Blue value is 113 (44.53% from 255 or 34.04% from 332); Max value from RGB is 151 - color contains mainly: green. Hex color #449771 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #449771 is #BB688E. Grayscale: #797979. Windows color (decimal): -12281999 or 7444292. OLE color: 7444292.

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

Color convert

RGB68151113-
CMYK0.5500.250.41
HSL152.53º37.9%42.94%-
HSV(B)152.53º54.97%59.22%-
XYZ16.4324.5519.5-
YUV121.8512389.59-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 20.48%
GREEN value IS 151 (59.38% from 255) = 45.48%
BLUE value IS 113 (44.53% from 255) = 34.04%
R=20.48%
G=45.48%
B=34.04%

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
Decimal681511130.5500.250.41152.5337.942.94
Hex449771370192999262b
Octal10422716167031512314653
Binary100010010010111111000111011101100110100110011001100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #449771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #449771; }

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

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

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

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

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

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

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

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