Html Css Color HEX #4FAC74 Ocean Green

📋 copy color: '#4FAC74'

red 79 ◦ green 172 ◦ blue 116

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

Shades of Ocean Green #4FAC74

Tints of Ocean Green #4FAC74

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.87%

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 21.53%
G = 46.87%
B = 31.61%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.33

 K value IS 0.33

RGB Variations

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

Color information

#4FAC74 (or 0x4FAC74) is known color: Ocean Green. HEX triplet: 4F, AC and 74. RGB value is (79,172,116). Sum of RGB (Red+Green+Blue) = 79+172+116=367 (48% of max value = 765). Red value is 79 (31.25% from 255 or 21.53% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #4FAC74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FAC74 is #B0538B. Grayscale: #898989. Windows color (decimal): -11555724 or 7646287. OLE color: 7646287.

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

Color convert

RGB 79 172 116 -
CMYK 0.54 0 0.33 0.33
HSL 143.87º 0.37% 0.49% -
HSV(B) 143.87º 0.54% 0.67% -
XYZ 21.13 32.43 21.67 -
YUV 137.81 115.69 86.05 -
System Red Green Blue C M Y K H S L
Decimal 79 172 116 0.54 0 0.33 0.33 143.87 0.37 0.49
Hex 4F AC 74 36 0 21 21 90 25 31
Octal 117 254 164 66 0 41 41 220 45 61
Binary 1001111 10101100 1110100 110110 0 100001 100001 10010000 100101 110001

Color Harmonies of #4FAC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FAC74

Black with #4FAC74

Text Example


Text Example

White with #4FAC74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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