#4AA480

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

Shades of Ocean Green #4AA480

Tints of Ocean Green #4AA480

Color information

#4AA480 (or 0x4AA480) is unknown color: approx Ocean Green. HEX triplet: 4A, A4 and 80. RGB value is (74,164,128). Sum of RGB (Red+Green+Blue) = 74+164+128=366 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.22% from 366); Green value is 164 (64.45% from 255 or 44.81% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 164 - color contains mainly: green. Hex color #4AA480 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA480 is #B55B7F. Grayscale: #858585. Windows color (decimal): -11885440 or 8430666. OLE color: 8430666.

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

Color convert

RGB74164128-
CMYK0.5500.220.36
HSL156º37.82%46.67%-
HSV(B)156º54.88%64.31%-
XYZ2029.5725.07-
YUV132.99125.1885.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.22%
GREEN value IS 164 (64.45% from 255) = 44.81%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=20.22%
G=44.81%
B=34.97%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal741641280.5500.220.3615637.8246.67
Hex4AA48037016249c262f
Octal11224420067026442344657
Binary1001010101001001000000011011101011010010010011100100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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