#4AB770

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

Shades of Ocean Green #4AB770

Tints of Ocean Green #4AB770

Color information

#4AB770 (or 0x4AB770) is unknown color: approx Ocean Green. HEX triplet: 4A, B7 and 70. RGB value is (74,183,112). Sum of RGB (Red+Green+Blue) = 74+183+112=369 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.05% from 369); Green value is 183 (71.88% from 255 or 49.59% from 369); Blue value is 112 (44.14% from 255 or 30.35% from 369); Max value from RGB is 183 - color contains mainly: green. Hex color #4AB770 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB770 is #B5488F. Grayscale: #8E8E8E. Windows color (decimal): -11880592 or 7386954. OLE color: 7386954.

HSL color Cylindrical-coordinate representation of color #4AB770: hue angle of 140.92º degrees, saturation: 0.43, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4AB770 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.28.

Color convert

RGB74183112-
CMYK0.6000.390.28
HSL140.92º43.08%50.39%-
HSV(B)140.92º59.56%71.76%-
XYZ22.6836.4921.18-
YUV142.32110.8979.27-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.05%
GREEN value IS 183 (71.88% from 255) = 49.59%
BLUE value IS 112 (44.14% from 255) = 30.35%
R=20.05%
G=49.59%
B=30.35%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal741831120.6000.390.28140.9243.0850.39
Hex4AB7703C0271C8d2b32
Octal11226716074047342155362
Binary100101010110111111000011110001001111110010001101101011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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