#4FA374

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

Shades of Ocean Green #4FA374

Tints of Ocean Green #4FA374

Color information

#4FA374 (or 0x4FA374) is unknown color: approx Ocean Green. HEX triplet: 4F, A3 and 74. RGB value is (79,163,116). Sum of RGB (Red+Green+Blue) = 79+163+116=358 (47% of max value = 765). Red value is 79 (31.25% from 255 or 22.07% from 358); Green value is 163 (64.06% from 255 or 45.53% from 358); Blue value is 116 (45.70% from 255 or 32.40% from 358); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FA374 is #B05C8B. Grayscale: #848484. Windows color (decimal): -11558028 or 7643983. OLE color: 7643983.

HSL color Cylindrical-coordinate representation of color #4FA374: hue angle of 146.43º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA374 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB79163116-
CMYK0.5200.290.36
HSL146.43º34.71%47.45%-
HSV(B)146.43º51.53%63.92%-
XYZ19.4729.1221.12-
YUV132.53118.6789.82-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 22.07%
GREEN value IS 163 (64.06% from 255) = 45.53%
BLUE value IS 116 (45.70% from 255) = 32.40%
R=22.07%
G=45.53%
B=32.40%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791631160.5200.290.36146.4334.7147.45
Hex4FA3743401D2492232f
Octal11724316464035442224357
Binary100111110100011111010011010001110110010010010010100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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