#4AA570

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

Shades of Ocean Green #4AA570

Tints of Ocean Green #4AA570

Color information

#4AA570 (or 0x4AA570) is unknown color: approx Ocean Green. HEX triplet: 4A, A5 and 70. RGB value is (74,165,112). Sum of RGB (Red+Green+Blue) = 74+165+112=351 (46% of max value = 765). Red value is 74 (29.30% from 255 or 21.08% from 351); Green value is 165 (64.84% from 255 or 47.01% from 351); Blue value is 112 (44.14% from 255 or 31.91% from 351); Max value from RGB is 165 - color contains mainly: green. Hex color #4AA570 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AA570 is #B55A8F. Grayscale: #838383. Windows color (decimal): -11885200 or 7382346. OLE color: 7382346.

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

Color convert

RGB74165112-
CMYK0.5500.320.35
HSL145.05º38.08%46.86%-
HSV(B)145.05º55.15%64.71%-
XYZ19.229.5420.02-
YUV131.75116.8586.81-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.08%
GREEN value IS 165 (64.84% from 255) = 47.01%
BLUE value IS 112 (44.14% from 255) = 31.91%
R=21.08%
G=47.01%
B=31.91%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal741651120.5500.320.35145.0538.0846.86
Hex4AA570370202391262f
Octal11224516067040432214657
Binary1001010101001011110000110111010000010001110010001100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AA570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,165,112); }

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

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

 a { background-color: rgb(74,165,112); }

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

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

 span { border-color: rgb(74,165,112); }

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