#4FB774

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

Shades of Ocean Green #4FB774

Tints of Ocean Green #4FB774

Color information

#4FB774 (or 0x4FB774) is unknown color: approx Ocean Green. HEX triplet: 4F, B7 and 74. RGB value is (79,183,116). Sum of RGB (Red+Green+Blue) = 79+183+116=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB774 is #B0488B. Grayscale: #909090. Windows color (decimal): -11552908 or 7649103. OLE color: 7649103.

HSL color Cylindrical-coordinate representation of color #4FB774: hue angle of 141.35º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB774 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB79183116-
CMYK0.5700.370.28
HSL141.35º41.94%51.37%-
HSV(B)141.35º56.83%71.76%-
XYZ23.3136.7922.4-
YUV144.27112.0481.45-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 183 (71.88% from 255) = 48.41%
BLUE value IS 116 (45.70% from 255) = 30.69%
R=20.90%
G=48.41%
B=30.69%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal791831160.5700.370.28141.3541.9451.37
Hex4FB774390251C8d2a33
Octal11726716471045342155263
Binary100111110110111111010011100101001011110010001101101010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,183,116); }

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

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

 a { background-color: rgb(79,183,116); }

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

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

 span { border-color: rgb(79,183,116); }

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