#4AB578

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

Shades of Ocean Green #4AB578

Tints of Ocean Green #4AB578

Color information

#4AB578 (or 0x4AB578) is unknown color: approx Ocean Green. HEX triplet: 4A, B5 and 78. RGB value is (74,181,120). Sum of RGB (Red+Green+Blue) = 74+181+120=375 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.73% from 375); Green value is 181 (71.09% from 255 or 48.27% from 375); Blue value is 120 (47.27% from 255 or 32% from 375); Max value from RGB is 181 - color contains mainly: green. Hex color #4AB578 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB578 is #B54A87. Grayscale: #8E8E8E. Windows color (decimal): -11881096 or 7910730. OLE color: 7910730.

HSL color Cylindrical-coordinate representation of color #4AB578: hue angle of 145.79º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4AB578 is Cyan = 0.59, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.29.

Color convert

RGB74181120-
CMYK0.5900.340.29
HSL145.79º41.96%50%-
HSV(B)145.79º59.12%70.98%-
XYZ22.7435.8623.49-
YUV142.05115.5579.46-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.73%
GREEN value IS 181 (71.09% from 255) = 48.27%
BLUE value IS 120 (47.27% from 255) = 32%
R=19.73%
G=48.27%
B=32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal741811200.5900.340.29145.7941.9650
Hex4AB5783B0221D922a32
Octal11226517073042352225262
Binary100101010110101111100011101101000101110110010010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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