#4AB279

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

Shades of Ocean Green #4AB279

Tints of Ocean Green #4AB279

Color information

#4AB279 (or 0x4AB279) is unknown color: approx Ocean Green. HEX triplet: 4A, B2 and 79. RGB value is (74,178,121). Sum of RGB (Red+Green+Blue) = 74+178+121=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 178 (69.92% from 255 or 47.72% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 178 - color contains mainly: green. Hex color #4AB279 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AB279 is #B54D86. Grayscale: #8C8C8C. Windows color (decimal): -11881863 or 7975498. OLE color: 7975498.

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

Color convert

RGB74178121-
CMYK0.5800.320.30
HSL147.12º41.27%49.41%-
HSV(B)147.12º58.43%69.8%-
XYZ22.234.6823.61-
YUV140.41117.0480.63-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.84%
GREEN value IS 178 (69.92% from 255) = 47.72%
BLUE value IS 121 (47.66% from 255) = 32.44%
R=19.84%
G=47.72%
B=32.44%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741781210.5800.320.30147.1241.2749.41
Hex4AB2793A0201E932931
Octal11226217172040362235161
Binary100101010110010111100111101001000001111010010011101001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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