Html Css Color HEX #4FB174 Ocean Green

📋 copy color: '#4FB174'

red 79 ◦ green 177 ◦ blue 116

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

Shades of Ocean Green #4FB174

Tints of Ocean Green #4FB174

RGB

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

 GREEN value IS 177 (69.53% from 255) = 47.58%

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

R = 21.24%
G = 47.58%
B = 31.18%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#4FB174 (or 0x4FB174) is known color: Ocean Green. HEX triplet: 4F, B1 and 74. RGB value is (79,177,116). Sum of RGB (Red+Green+Blue) = 79+177+116=372 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.24% from 372); Green value is 177 (69.53% from 255 or 47.58% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 177 - color contains mainly: green. Hex color #4FB174 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #4FB174 is #B04E8B. Grayscale: #8C8C8C. Windows color (decimal): -11554444 or 7647567. OLE color: 7647567.

HSL color Cylindrical-coordinate representation of color #4FB174: hue angle of 142.65º degrees, saturation: 0.39, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4FB174 is Cyan = 0.55, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 79 177 116 -
CMYK 0.55 0 0.34 0.31
HSL 142.65º 0.39% 0.5% -
HSV(B) 142.65º 0.55% 0.69% -
XYZ 22.1 34.37 21.99 -
YUV 140.74 114.03 83.96 -
System Red Green Blue C M Y K H S L
Decimal 79 177 116 0.55 0 0.34 0.31 142.65 0.39 0.5
Hex 4F B1 74 37 0 22 1F 8F 27 32
Octal 117 261 164 67 0 42 37 217 47 62
Binary 1001111 10110001 1110100 110111 0 100010 11111 10001111 100111 110010

Color Harmonies of #4FB174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FB174

Black with #4FB174

Text Example


Text Example

White with #4FB174

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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