Html Css Color HEX #4FA185 Gossamer

📋 copy color: '#4FA185'

red 79 ◦ green 161 ◦ blue 133

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

Shades of Gossamer #4FA185

Tints of Gossamer #4FA185

RGB

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

 GREEN value IS 161 (63.28% from 255) = 43.16%

 BLUE value IS 133 (52.34% from 255) = 35.66%

R = 21.18%
G = 43.16%
B = 35.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#4FA185 (or 0x4FA185) is known color: Gossamer. HEX triplet: 4F, A1 and 85. RGB value is (79,161,133). Sum of RGB (Red+Green+Blue) = 79+161+133=373 (49% of max value = 765). Red value is 79 (31.25% from 255 or 21.18% from 373); Green value is 161 (63.28% from 255 or 43.16% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 161 - color contains mainly: green. Hex color #4FA185 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA185 is #B05E7A. Grayscale: #858585. Windows color (decimal): -11558523 or 8757583. OLE color: 8757583.

HSL color Cylindrical-coordinate representation of color #4FA185: hue angle of 159.51º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4FA185 is Cyan = 0.51, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 79 161 133 -
CMYK 0.51 0 0.17 0.37
HSL 159.51º 0.34% 0.47% -
HSV(B) 159.51º 0.51% 0.63% -
XYZ 20.2 28.85 26.69 -
YUV 133.29 127.83 89.28 -
System Red Green Blue C M Y K H S L
Decimal 79 161 133 0.51 0 0.17 0.37 159.51 0.34 0.47
Hex 4F A1 85 33 0 11 25 A0 22 2F
Octal 117 241 205 63 0 21 45 240 42 57
Binary 1001111 10100001 10000101 110011 0 10001 100101 10100000 100010 101111

Color Harmonies of #4FA185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA185

Black with #4FA185

Text Example


Text Example

White with #4FA185

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,161,133); }

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

background-color css

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

 a { background-color: rgb(79,161,133); }

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

border-color css

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

 span { border-color: rgb(79,161,133); }

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