#4AAE78

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

Shades of Ocean Green #4AAE78

Tints of Ocean Green #4AAE78

Color information

#4AAE78 (or 0x4AAE78) is unknown color: approx Ocean Green. HEX triplet: 4A, AE and 78. RGB value is (74,174,120). Sum of RGB (Red+Green+Blue) = 74+174+120=368 (48% of max value = 765). Red value is 74 (29.30% from 255 or 20.11% from 368); Green value is 174 (68.36% from 255 or 47.28% from 368); Blue value is 120 (47.27% from 255 or 32.61% from 368); Max value from RGB is 174 - color contains mainly: green. Hex color #4AAE78 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #4AAE78 is #B55187. Grayscale: #8A8A8A. Windows color (decimal): -11882888 or 7908938. OLE color: 7908938.

HSL color Cylindrical-coordinate representation of color #4AAE78: hue angle of 147.6º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAE78 is Cyan = 0.57, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.32.

Color convert

RGB74174120-
CMYK0.5700.310.32
HSL147.6º40.32%48.63%-
HSV(B)147.6º57.47%68.24%-
XYZ21.3533.0823.03-
YUV137.94117.8782.39-

RGB Variations

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

RGB

RED value IS 74 (29.30% from 255) = 20.11%
GREEN value IS 174 (68.36% from 255) = 47.28%
BLUE value IS 120 (47.27% from 255) = 32.61%
R=20.11%
G=47.28%
B=32.61%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal741741200.5700.310.32147.640.3248.63
Hex4AAE783901F20942831
Octal11225617071037402245061
Binary100101010101110111100011100101111110000010010100101000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4AAE78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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