#4AA071

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

Shades of Ocean Green #4AA071

Tints of Ocean Green #4AA071

Color information

#4AA071 (or 0x4AA071) is unknown color: approx Ocean Green. HEX triplet: 4A, A0 and 71. RGB value is (74,160,113). Sum of RGB (Red+Green+Blue) = 74+160+113=347 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.33% from 347); Green value is 160 (62.89% from 255 or 46.11% from 347); Blue value is 113 (44.53% from 255 or 32.56% from 347); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA071 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA071 is #B55F8E. Grayscale: #818181. Windows color (decimal): -11886479 or 7446602. OLE color: 7446602.

HSL color Cylindrical-coordinate representation of color #4AA071: hue angle of 147.21º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA071 is Cyan = 0.54, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB74160113-
CMYK0.5400.290.37
HSL147.21º36.75%45.88%-
HSV(B)147.21º53.75%62.75%-
XYZ18.3827.7920.02-
YUV128.93119.0188.82-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.33%
GREEN value IS 160 (62.89% from 255) = 46.11%
BLUE value IS 113 (44.53% from 255) = 32.56%
R=21.33%
G=46.11%
B=32.56%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal741601130.5400.290.37147.2136.7545.88
Hex4AA0713601D2593252e
Octal11224016166035452234556
Binary100101010100000111000111011001110110010110010011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4AA071; }

 p { color: rgb(74,160,113); }

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

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

 a { background-color: rgb(74,160,113); }

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

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

 span { border-color: rgb(74,160,113); }

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