#3DA27A

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

Shades of Gossamer #3DA27A

Tints of Gossamer #3DA27A

Color information

#3DA27A (or 0x3DA27A) is unknown color: approx Gossamer. HEX triplet: 3D, A2 and 7A. RGB value is (61,162,122). Sum of RGB (Red+Green+Blue) = 61+162+122=345 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.68% from 345); Green value is 162 (63.67% from 255 or 46.96% from 345); Blue value is 122 (48.05% from 255 or 35.36% from 345); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA27A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3DA27A is #C25D85. Grayscale: #7F7F7F. Windows color (decimal): -12737926 or 8036925. OLE color: 8036925.

HSL color Cylindrical-coordinate representation of color #3DA27A: hue angle of 156.24º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3DA27A is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.36.

Color convert

RGB61162122-
CMYK0.6200.250.36
HSL156.24º45.29%43.73%-
HSV(B)156.24º62.35%63.53%-
XYZ18.3628.2422.9-
YUV127.24125.0480.75-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.68%
GREEN value IS 162 (63.67% from 255) = 46.96%
BLUE value IS 122 (48.05% from 255) = 35.36%
R=17.68%
G=46.96%
B=35.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611621220.6200.250.36156.2445.2943.73
Hex3DA27A3E019249c2d2c
Octal7524217276031442345554
Binary11110110100010111101011111001100110010010011100101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA27A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3DA27A; }

 p { color: rgb(61,162,122); }

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

<style>
 a { background-color: #3DA27A; }

 a { background-color: rgb(61,162,122); }

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

<style>
 span { border-color: #3DA27A; }

 span { border-color: rgb(61,162,122); }

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