#4DA38A

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

Shades of Gossamer #4DA38A

Tints of Gossamer #4DA38A

Color information

#4DA38A (or 0x4DA38A) is unknown color: approx Gossamer. HEX triplet: 4D, A3 and 8A. RGB value is (77,163,138). Sum of RGB (Red+Green+Blue) = 77+163+138=378 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.37% from 378); Green value is 163 (64.06% from 255 or 43.12% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 163 - color contains mainly: green. Hex color #4DA38A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA38A is #B25C75. Grayscale: #868686. Windows color (decimal): -11689078 or 9085773. OLE color: 9085773.

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

Color convert

RGB77163138-
CMYK0.5300.150.36
HSL162.56º35.83%47.06%-
HSV(B)162.56º52.76%63.92%-
XYZ20.7529.6128.67-
YUV134.44130.0187.03-

RGB Variations

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

RGB

RED value IS 77 (30.47% from 255) = 20.37%
GREEN value IS 163 (64.06% from 255) = 43.12%
BLUE value IS 138 (54.30% from 255) = 36.51%
R=20.37%
G=43.12%
B=36.51%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal771631380.5300.150.36162.5635.8347.06
Hex4DA38A350F24a3242f
Octal11524321265017442434457
Binary100110110100011100010101101010111110010010100011100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4DA38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(77,163,138); }

 H1.HeaderClassName
 {
   color: #4DA38A;
 }
 .AnyTagClassName
 {
   color: #4DA38A;
 }
</style>
background-color css

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

 a { background-color: rgb(77,163,138); }

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

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

 span { border-color: rgb(77,163,138); }

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