#4FB079

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

Shades of Ocean Green #4FB079

Tints of Ocean Green #4FB079

Color information

#4FB079 (or 0x4FB079) is unknown color: approx Ocean Green. HEX triplet: 4F, B0 and 79. RGB value is (79,176,121). Sum of RGB (Red+Green+Blue) = 79+176+121=376 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.01% from 376); Green value is 176 (69.14% from 255 or 46.81% from 376); Blue value is 121 (47.66% from 255 or 32.18% from 376); Max value from RGB is 176 - color contains mainly: green. Hex color #4FB079 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB079 is #B04F86. Grayscale: #8C8C8C. Windows color (decimal): -11554695 or 7974991. OLE color: 7974991.

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

Color convert

RGB79176121-
CMYK0.5500.310.31
HSL145.98º38.04%50%-
HSV(B)145.98º55.11%69.02%-
XYZ22.234.0923.5-
YUV140.73116.8683.97-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 21.01%
GREEN value IS 176 (69.14% from 255) = 46.81%
BLUE value IS 121 (47.66% from 255) = 32.18%
R=21.01%
G=46.81%
B=32.18%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal791761210.5500.310.31145.9838.0450
Hex4FB0793701F1F922632
Octal11726017167037372224662
Binary10011111011000011110011101110111111111110010010100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FB079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,176,121); }

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

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

 a { background-color: rgb(79,176,121); }

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

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

 span { border-color: rgb(79,176,121); }

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