#4FAE75

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

Shades of Ocean Green #4FAE75

Tints of Ocean Green #4FAE75

Color information

#4FAE75 (or 0x4FAE75) is unknown color: approx Ocean Green. HEX triplet: 4F, AE and 75. RGB value is (79,174,117). Sum of RGB (Red+Green+Blue) = 79+174+117=370 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.35% from 370); Green value is 174 (68.36% from 255 or 47.03% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 174 - color contains mainly: green. Hex color #4FAE75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAE75 is #B0518A. Grayscale: #8B8B8B. Windows color (decimal): -11555211 or 7712335. OLE color: 7712335.

HSL color Cylindrical-coordinate representation of color #4FAE75: hue angle of 144º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FAE75 is Cyan = 0.55, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.32.

Color convert

RGB79174117-
CMYK0.5500.330.32
HSL144º37.55%49.61%-
HSV(B)144º54.6%68.24%-
XYZ21.5733.2222.1-
YUV139.1115.5385.13-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.35%
GREEN value IS 174 (68.36% from 255) = 47.03%
BLUE value IS 117 (46.09% from 255) = 31.62%
R=21.35%
G=47.03%
B=31.62%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal791741170.5500.330.3214437.5549.61
Hex4FAE753702120902632
Octal11725616567041402204662
Binary1001111101011101110101110111010000110000010010000100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FAE75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,174,117); }

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

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

 a { background-color: rgb(79,174,117); }

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

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

 span { border-color: rgb(79,174,117); }

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