Html Css Color HEX #4FA288 Gossamer

📋 copy color: '#4FA288'

red 79 ◦ green 162 ◦ blue 136

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

Shades of Gossamer #4FA288

Tints of Gossamer #4FA288

RGB

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

 GREEN value IS 162 (63.67% from 255) = 42.97%

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

R = 20.95%
G = 42.97%
B = 36.07%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#4FA288 (or 0x4FA288) is known color: Gossamer. HEX triplet: 4F, A2 and 88. RGB value is (79,162,136). Sum of RGB (Red+Green+Blue) = 79+162+136=377 (49% of max value = 765). Red value is 79 (31.25% from 255 or 20.95% from 377); Green value is 162 (63.67% from 255 or 42.97% from 377); Blue value is 136 (53.52% from 255 or 36.07% from 377); Max value from RGB is 162 - color contains mainly: green. Hex color #4FA288 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4FA288 is #B05D77. Grayscale: #868686. Windows color (decimal): -11558264 or 8954447. OLE color: 8954447.

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

Color convert

RGB 79 162 136 -
CMYK 0.51 0 0.16 0.36
HSL 161.2º 0.34% 0.47% -
HSV(B) 161.2º 0.51% 0.64% -
XYZ 20.59 29.28 27.86 -
YUV 134.22 129 88.61 -
System Red Green Blue C M Y K H S L
Decimal 79 162 136 0.51 0 0.16 0.36 161.2 0.34 0.47
Hex 4F A2 88 33 0 10 24 A1 22 2F
Octal 117 242 210 63 0 20 44 241 42 57
Binary 1001111 10100010 10001000 110011 0 10000 100100 10100001 100010 101111

Color Harmonies of #4FA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FA288

Black with #4FA288

Text Example


Text Example

White with #4FA288

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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