#4AB378

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

Shades of Ocean Green #4AB378

Tints of Ocean Green #4AB378

Color information

#4AB378 (or 0x4AB378) is unknown color: approx Ocean Green. HEX triplet: 4A, B3 and 78. RGB value is (74,179,120). Sum of RGB (Red+Green+Blue) = 74+179+120=373 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.84% from 373); Green value is 179 (70.31% from 255 or 47.99% from 373); Blue value is 120 (47.27% from 255 or 32.17% from 373); Max value from RGB is 179 - color contains mainly: green. Hex color #4AB378 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #4AB378 is #B54C87. Grayscale: #8D8D8D. Windows color (decimal): -11881608 or 7910218. OLE color: 7910218.

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

Color convert

RGB74179120-
CMYK0.5900.330.30
HSL146.29º41.5%49.61%-
HSV(B)146.29º58.66%70.2%-
XYZ22.3335.0523.36-
YUV140.88116.2180.3-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 19.84%
GREEN value IS 179 (70.31% from 255) = 47.99%
BLUE value IS 120 (47.27% from 255) = 32.17%
R=19.84%
G=47.99%
B=32.17%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal741791200.5900.330.30146.2941.549.61
Hex4AB3783B0211E922a32
Octal11226317073041362225262
Binary100101010110011111100011101101000011111010010010101010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AB378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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