Html Css Color HEX #4FB774 Ocean Green

📋 copy color: '#4FB774'

red 79 ◦ green 183 ◦ blue 116

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

Shades of Ocean Green #4FB774

Tints of Ocean Green #4FB774

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.41%

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

R = 20.9%
G = 48.41%
B = 30.69%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#4FB774 (or 0x4FB774) is known color: Ocean Green. HEX triplet: 4F, B7 and 74. RGB value is (79,183,116). Sum of RGB (Red+Green+Blue) = 79+183+116=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 183 (71.88% from 255 or 48.41% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 183 - color contains mainly: green. Hex color #4FB774 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #4FB774 is #B0488B. Grayscale: #909090. Windows color (decimal): -11552908 or 7649103. OLE color: 7649103.

HSL color Cylindrical-coordinate representation of color #4FB774: hue angle of 141.35º degrees, saturation: 0.42, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4FB774 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 79 183 116 -
CMYK 0.57 0 0.37 0.28
HSL 141.35º 0.42% 0.51% -
HSV(B) 141.35º 0.57% 0.72% -
XYZ 23.31 36.79 22.4 -
YUV 144.27 112.04 81.45 -
System Red Green Blue C M Y K H S L
Decimal 79 183 116 0.57 0 0.37 0.28 141.35 0.42 0.51
Hex 4F B7 74 39 0 25 1C 8D 2A 33
Octal 117 267 164 71 0 45 34 215 52 63
Binary 1001111 10110111 1110100 111001 0 100101 11100 10001101 101010 110011

Color Harmonies of #4FB774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB774

Black with #4FB774

Text Example


Text Example

White with #4FB774

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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