#4FA57A

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

Shades of Ocean Green #4FA57A

Tints of Ocean Green #4FA57A

Color information

#4FA57A (or 0x4FA57A) is unknown color: approx Ocean Green. HEX triplet: 4F, A5 and 7A. RGB value is (79,165,122). Sum of RGB (Red+Green+Blue) = 79+165+122=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 165 (64.84% from 255 or 45.08% from 366); Blue value is 122 (48.05% from 255 or 33.33% from 366); Max value from RGB is 165 - color contains mainly: green. Hex color #4FA57A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA57A is #B05A85. Grayscale: #868686. Windows color (decimal): -11557510 or 8037711. OLE color: 8037711.

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

Color convert

RGB79165122-
CMYK0.5200.260.35
HSL150º35.25%47.84%-
HSV(B)150º52.12%64.71%-
XYZ20.1929.9823.13-
YUV134.38121.0188.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.58%
GREEN value IS 165 (64.84% from 255) = 45.08%
BLUE value IS 122 (48.05% from 255) = 33.33%
R=21.58%
G=45.08%
B=33.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal791651220.5200.260.3515035.2547.84
Hex4FA57A3401A23962330
Octal11724517264032432264360
Binary100111110100101111101011010001101010001110010110100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA57A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,165,122); }

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

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

 a { background-color: rgb(79,165,122); }

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

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

 span { border-color: rgb(79,165,122); }

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