#4AB271

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

Shades of Ocean Green #4AB271

Tints of Ocean Green #4AB271

Color information

#4AB271 (or 0x4AB271) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 71. RGB value is (74,178,113). Sum of RGB (Red+Green+Blue) = 74+178+113=365 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.27% from 365); Green value is 178 (69.92% from 255 or 48.77% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB271 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB271 is #B54D8E. Grayscale: #8B8B8B. Windows color (decimal): -11881871 or 7451210. OLE color: 7451210.

HSL color Cylindrical-coordinate representation of color #4AB271: hue angle of 142.5º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB271 is Cyan = 0.58, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.30.

Color convert

RGB74178113-
CMYK0.5800.370.30
HSL142.5º41.27%49.41%-
HSV(B)142.5º58.43%69.8%-
XYZ21.7334.4921.13-
YUV139.49113.0481.29-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.27%
GREEN value IS 178 (69.92% from 255) = 48.77%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=20.27%
G=48.77%
B=30.96%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781130.5800.370.30142.541.2749.41
Hex4AB2713A0251E8e2931
Octal11226216172045362165161
Binary100101010110010111000111101001001011111010001110101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(74,178,113); }

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

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

 a { background-color: rgb(74,178,113); }

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

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

 span { border-color: rgb(74,178,113); }

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