#4FA477

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

Shades of Ocean Green #4FA477

Tints of Ocean Green #4FA477

Color information

#4FA477 (or 0x4FA477) is unknown color: approx Ocean Green. HEX triplet: 4F, A4 and 77. RGB value is (79,164,119). Sum of RGB (Red+Green+Blue) = 79+164+119=362 (47% of max value = 765). Red value is 79 (31.25% from 255 or 21.82% from 362); Green value is 164 (64.45% from 255 or 45.30% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 164 - color contains mainly: green. Hex color #4FA477 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA477 is #B05B88. Grayscale: #858585. Windows color (decimal): -11557769 or 7840847. OLE color: 7840847.

HSL color Cylindrical-coordinate representation of color #4FA477: hue angle of 148.24º degrees, saturation: 0.35, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA477 is Cyan = 0.52, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB79164119-
CMYK0.5200.270.36
HSL148.24º34.98%47.65%-
HSV(B)148.24º51.83%64.31%-
XYZ19.8329.5522.11-
YUV133.45119.8489.16-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.82%
GREEN value IS 164 (64.45% from 255) = 45.30%
BLUE value IS 119 (46.88% from 255) = 32.87%
R=21.82%
G=45.30%
B=32.87%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791641190.5200.270.36148.2434.9847.65
Hex4FA4773401B24942330
Octal11724416764033442244360
Binary100111110100100111011111010001101110010010010100100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,164,119); }

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

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

 a { background-color: rgb(79,164,119); }

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

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

 span { border-color: rgb(79,164,119); }

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