#4A9470

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

Shades of Ocean Green #4A9470

Tints of Ocean Green #4A9470

Color information

#4A9470 (or 0x4A9470) is unknown color: approx Ocean Green. HEX triplet: 4A, 94 and 70. RGB value is (74,148,112). Sum of RGB (Red+Green+Blue) = 74+148+112=334 (44% of max value = 765). Red value is 74 (29.30% from 255 or 22.16% from 334); Green value is 148 (58.20% from 255 or 44.31% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 148 - color contains mainly: green. Hex color #4A9470 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4A9470 is #B56B8F. Grayscale: #797979. Windows color (decimal): -11889552 or 7377994. OLE color: 7377994.

HSL color Cylindrical-coordinate representation of color #4A9470: hue angle of 150.81º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #4A9470 is Cyan = 0.50, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB74148112-
CMYK0.5000.240.42
HSL150.81º33.33%43.53%-
HSV(B)150.81º50%58.04%-
XYZ16.3423.8119.06-
YUV121.77122.4893.93-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 22.16%
GREEN value IS 148 (58.20% from 255) = 44.31%
BLUE value IS 112 (44.14% from 255) = 33.53%
R=22.16%
G=44.31%
B=33.53%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal741481120.5000.240.42150.8133.3343.53
Hex4A9470320182A97212c
Octal11222416062030522274154
Binary100101010010100111000011001001100010101010010111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4A9470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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