#4A9A72

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

Shades of Ocean Green #4A9A72

Tints of Ocean Green #4A9A72

Color information

#4A9A72 (or 0x4A9A72) is unknown color: approx Ocean Green. HEX triplet: 4A, 9A and 72. RGB value is (74,154,114). Sum of RGB (Red+Green+Blue) = 74+154+114=342 (45% of max value = 765). Red value is 74 (29.30% from 255 or 21.64% from 342); Green value is 154 (60.55% from 255 or 45.03% from 342); Blue value is 114 (44.92% from 255 or 33.33% from 342); Max value from RGB is 154 - color contains mainly: green. Hex color #4A9A72 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9A72 is #B5658D. Grayscale: #7D7D7D. Windows color (decimal): -11888014 or 7510602. OLE color: 7510602.

HSL color Cylindrical-coordinate representation of color #4A9A72: hue angle of 150º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4A9A72 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB74154114-
CMYK0.5200.260.40
HSL150º35.09%44.71%-
HSV(B)150º51.95%60.39%-
XYZ17.4225.7819.98-
YUV125.52121.591.25-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 21.64%
GREEN value IS 154 (60.55% from 255) = 45.03%
BLUE value IS 114 (44.92% from 255) = 33.33%
R=21.64%
G=45.03%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal741541140.5200.260.4015035.0944.71
Hex4A9A723401A2896232d
Octal11223216264032502264355
Binary100101010011010111001011010001101010100010010110100011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,154,114); }

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

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

 a { background-color: rgb(74,154,114); }

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

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

 span { border-color: rgb(74,154,114); }

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