#4AA47D

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

Shades of Ocean Green #4AA47D

Tints of Ocean Green #4AA47D

Color information

#4AA47D (or 0x4AA47D) is unknown color: approx Ocean Green. HEX triplet: 4A, A4 and 7D. RGB value is (74,164,125). Sum of RGB (Red+Green+Blue) = 74+164+125=363 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.39% from 363); Green value is 164 (64.45% from 255 or 45.18% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA47D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA47D is #B55B82. Grayscale: #848484. Windows color (decimal): -11885443 or 8234058. OLE color: 8234058.

HSL color Cylindrical-coordinate representation of color #4AA47D: hue angle of 154º 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 #4AA47D is Cyan = 0.55, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB74164125-
CMYK0.5500.240.36
HSL154º37.82%46.67%-
HSV(B)154º54.88%64.31%-
XYZ19.829.4924.05-
YUV132.64123.6886.17-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.39%
GREEN value IS 164 (64.45% from 255) = 45.18%
BLUE value IS 125 (49.22% from 255) = 34.44%
R=20.39%
G=45.18%
B=34.44%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741641250.5500.240.3615437.8246.67
Hex4AA47D37018249a262f
Octal11224417567030442324657
Binary100101010100100111110111011101100010010010011010100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA47D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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