Html Css Color HEX #4FA388 Gossamer

📋 copy color: '#4FA388'

red 79 ◦ green 163 ◦ blue 136

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

Shades of Gossamer #4FA388

Tints of Gossamer #4FA388

RGB

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

 GREEN value IS 163 (64.06% from 255) = 43.12%

 BLUE value IS 136 (53.52% from 255) = 35.98%

R = 20.9%
G = 43.12%
B = 35.98%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#4FA388 (or 0x4FA388) is known color: Gossamer. HEX triplet: 4F, A3 and 88. RGB value is (79,163,136). Sum of RGB (Red+Green+Blue) = 79+163+136=378 (50% of max value = 765). Red value is 79 (31.25% from 255 or 20.90% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 136 (53.52% from 255 or 35.98% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #4FA388 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA388 is #B05C77. Grayscale: #868686. Windows color (decimal): -11558008 or 8954703. OLE color: 8954703.

HSL color Cylindrical-coordinate representation of color #4FA388: hue angle of 160.71º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #4FA388 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 79 163 136 -
CMYK 0.52 0 0.17 0.36
HSL 160.71º 0.35% 0.47% -
HSV(B) 160.71º 0.52% 0.64% -
XYZ 20.77 29.63 27.92 -
YUV 134.81 128.67 88.2 -
System Red Green Blue C M Y K H S L
Decimal 79 163 136 0.52 0 0.17 0.36 160.71 0.35 0.47
Hex 4F A3 88 34 0 11 24 A1 23 2F
Octal 117 243 210 64 0 21 44 241 43 57
Binary 1001111 10100011 10001000 110100 0 10001 100100 10100001 100011 101111

Color Harmonies of #4FA388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA388

Black with #4FA388

Text Example


Text Example

White with #4FA388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,163,136); }

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

background-color css

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

 a { background-color: rgb(79,163,136); }

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

border-color css

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

 span { border-color: rgb(79,163,136); }

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