#4AB278

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

Shades of Ocean Green #4AB278

Tints of Ocean Green #4AB278

Color information

#4AB278 (or 0x4AB278) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 78. RGB value is (74,178,120). Sum of RGB (Red+Green+Blue) = 74+178+120=372 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.89% from 372); Green value is 178 (69.92% from 255 or 47.85% from 372); Blue value is 120 (47.27% from 255 or 32.26% from 372); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB278 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB278 is #B54D87. Grayscale: #8C8C8C. Windows color (decimal): -11881864 or 7909962. OLE color: 7909962.

HSL color Cylindrical-coordinate representation of color #4AB278: hue angle of 146.54º 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 #4AB278 is Cyan = 0.58, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB74178120-
CMYK0.5800.330.30
HSL146.54º41.27%49.41%-
HSV(B)146.54º58.43%69.8%-
XYZ22.1334.6523.29-
YUV140.29116.5480.72-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.89%
GREEN value IS 178 (69.92% from 255) = 47.85%
BLUE value IS 120 (47.27% from 255) = 32.26%
R=19.89%
G=47.85%
B=32.26%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781200.5800.330.30146.5441.2749.41
Hex4AB2783A0211E932931
Octal11226217072041362235161
Binary100101010110010111100011101001000011111010010011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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