#4FA865

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

Shades of Ocean Green #4FA865

Tints of Ocean Green #4FA865

Color information

#4FA865 (or 0x4FA865) is unknown color: approx Ocean Green. HEX triplet: 4F, A8 and 65. RGB value is (79,168,101). Sum of RGB (Red+Green+Blue) = 79+168+101=348 (46% of max value = 765). Red value is 79 (31.25% from 255 or 22.70% from 348); Green value is 168 (66.02% from 255 or 48.28% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 168 - color contains mainly: green. Hex color #4FA865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA865 is #B0579A. Grayscale: #858585. Windows color (decimal): -11556763 or 6662223. OLE color: 6662223.

HSL color Cylindrical-coordinate representation of color #4FA865: hue angle of 134.83º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4FA865 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.34.

Color convert

RGB79168101-
CMYK0.5300.400.34
HSL134.83º36.03%48.43%-
HSV(B)134.83º52.98%65.88%-
XYZ19.5830.6117.19-
YUV133.75109.5188.95-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.70%
GREEN value IS 168 (66.02% from 255) = 48.28%
BLUE value IS 101 (39.84% from 255) = 29.02%
R=22.70%
G=48.28%
B=29.02%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal791681010.5300.400.34134.8336.0348.43
Hex4FA8653502822872430
Octal11725014565050422074460
Binary1001111101010001100101110101010100010001010000111100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,168,101); }

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

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

 a { background-color: rgb(79,168,101); }

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

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

 span { border-color: rgb(79,168,101); }

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