Html Css Color HEX #4FAD72 Ocean Green

📋 copy color: '#4FAD72'

red 79 ◦ green 173 ◦ blue 114

#4FAD72
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #4FAD72

Tints of Ocean Green #4FAD72

RGB

 RED value IS 79 (31.25% from 255) = 21.58%

 GREEN value IS 173 (67.97% from 255) = 47.27%

 BLUE value IS 114 (44.92% from 255) = 31.15%

R = 21.58%
G = 47.27%
B = 31.15%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.34

 K value IS 0.32

RGB Variations

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

Color information

#4FAD72 (or 0x4FAD72) is known color: Ocean Green. HEX triplet: 4F, AD and 72. RGB value is (79,173,114). Sum of RGB (Red+Green+Blue) = 79+173+114=366 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.58% from 366); Green value is 173 (67.97% from 255 or 47.27% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 173 - color contains mainly: green. Hex color #4FAD72 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAD72 is #B0528D. Grayscale: #8A8A8A. Windows color (decimal): -11555470 or 7515471. OLE color: 7515471.

HSL color Cylindrical-coordinate representation of color #4FAD72: hue angle of 142.34º degrees, saturation: 0.37, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4FAD72 is Cyan = 0.54, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.32.

Color convert

RGB 79 173 114 -
CMYK 0.54 0 0.34 0.32
HSL 142.34º 0.37% 0.49% -
HSV(B) 142.34º 0.54% 0.68% -
XYZ 21.21 32.76 21.13 -
YUV 138.17 114.36 85.8 -
System Red Green Blue C M Y K H S L
Decimal 79 173 114 0.54 0 0.34 0.32 142.34 0.37 0.49
Hex 4F AD 72 36 0 22 20 8E 25 31
Octal 117 255 162 66 0 42 40 216 45 61
Binary 1001111 10101101 1110010 110110 0 100010 100000 10001110 100101 110001

Color Harmonies of #4FAD72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAD72

Black with #4FAD72

Text Example


Text Example

White with #4FAD72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,173,114); }

 H1.HeaderClassName
 {
   color: #4FAD72;
 }
 .AnyTagClassName
 {
   color: #4FAD72;
 }
</style>

background-color css

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

 a { background-color: rgb(79,173,114); }

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

border-color css

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

 span { border-color: rgb(79,173,114); }

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