#3DA297

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

Shades of Gossamer #3DA297

Tints of Gossamer #3DA297

Color information

#3DA297 (or 0x3DA297) is unknown color: approx Gossamer. HEX triplet: 3D, A2 and 97. RGB value is (61,162,151). Sum of RGB (Red+Green+Blue) = 61+162+151=374 (49% of max value = 765). Red value is 61 (24.22% from 255 or 16.31% from 374); Green value is 162 (63.67% from 255 or 43.32% from 374); Blue value is 151 (59.38% from 255 or 40.37% from 374); Max value from RGB is 162 - color contains mainly: green. Hex color #3DA297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA297 is #C25D68. Grayscale: #828282. Windows color (decimal): -12737897 or 9937469. OLE color: 9937469.

HSL color Cylindrical-coordinate representation of color #3DA297: hue angle of 173.47º 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 #3DA297 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.

Color convert

RGB61162151-
CMYK0.6200.070.36
HSL173.47º45.29%43.73%-
HSV(B)173.47º62.35%63.53%-
XYZ20.4329.0733.81-
YUV130.55139.5478.39-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.31%
GREEN value IS 162 (63.67% from 255) = 43.32%
BLUE value IS 151 (59.38% from 255) = 40.37%
R=16.31%
G=43.32%
B=40.37%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611621510.6200.070.36173.4745.2943.73
Hex3DA2973E0724ad2d2c
Octal752422277607442555554
Binary1111011010001010010111111110011110010010101101101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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