#4FA388

Color #4FA388 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #4FA388

Tints of Gossamer #4FA388

Color information

#4FA388 (or 0x4FA388) is unknown color: approx 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

RGB79163136-
CMYK0.5200.170.36
HSL160.71º34.71%47.45%-
HSV(B)160.71º51.53%63.92%-
XYZ20.7729.6327.92-
YUV134.81128.6788.2-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 20.90%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 136 (53.52% from 255) = 35.98%
R=20.90%
G=43.12%
B=35.98%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal791631360.5200.170.36160.7134.7147.45
Hex4FA3883401124a1232f
Octal11724321064021442414357
Binary1001111101000111000100011010001000110010010100001100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FA388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>