#4AA47A

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

Shades of Ocean Green #4AA47A

Tints of Ocean Green #4AA47A

Color information

#4AA47A (or 0x4AA47A) is unknown color: approx Ocean Green. HEX triplet: 4A, A4 and 7A. RGB value is (74,164,122). Sum of RGB (Red+Green+Blue) = 74+164+122=360 (47% of max value = 765). Red value is 74 (29.30% from 255 or 20.56% from 360); Green value is 164 (64.45% from 255 or 45.56% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA47A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA47A is #B55B85. Grayscale: #848484. Windows color (decimal): -11885446 or 8037450. OLE color: 8037450.

HSL color Cylindrical-coordinate representation of color #4AA47A: hue angle of 152º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4AA47A is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB74164122-
CMYK0.5500.260.36
HSL152º37.82%46.67%-
HSV(B)152º54.88%64.31%-
XYZ19.6129.4123.06-
YUV132.3122.1886.42-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.56%
GREEN value IS 164 (64.45% from 255) = 45.56%
BLUE value IS 122 (48.05% from 255) = 33.89%
R=20.56%
G=45.56%
B=33.89%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741641220.5500.260.3615237.8246.67
Hex4AA47A3701A2498262f
Octal11224417267032442304657
Binary100101010100100111101011011101101010010010011000100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA47A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,164,122); }

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

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

 a { background-color: rgb(74,164,122); }

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

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

 span { border-color: rgb(74,164,122); }

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