#3DA484

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

Shades of Gossamer #3DA484

Tints of Gossamer #3DA484

Color information

#3DA484 (or 0x3DA484) is unknown color: approx Gossamer. HEX triplet: 3D, A4 and 84. RGB value is (61,164,132). Sum of RGB (Red+Green+Blue) = 61+164+132=357 (47% of max value = 765). Red value is 61 (24.22% from 255 or 17.09% from 357); Green value is 164 (64.45% from 255 or 45.94% from 357); Blue value is 132 (51.95% from 255 or 36.97% from 357); Max value from RGB is 164 - color contains mainly: green. Hex color #3DA484 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA484 is #C25B7B. Grayscale: #818181. Windows color (decimal): -12737404 or 8692797. OLE color: 8692797.

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

Color convert

RGB61164132-
CMYK0.6300.200.36
HSL161.36º45.78%44.12%-
HSV(B)161.36º62.8%64.31%-
XYZ19.3629.2126.45-
YUV129.56129.3879.1-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 17.09%
GREEN value IS 164 (64.45% from 255) = 45.94%
BLUE value IS 132 (51.95% from 255) = 36.97%
R=17.09%
G=45.94%
B=36.97%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal611641320.6300.200.36161.3645.7844.12
Hex3DA4843F01424a12e2c
Octal7524420477024442415654
Binary111101101001001000010011111101010010010010100001101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DA484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,164,132); }

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

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

 a { background-color: rgb(61,164,132); }

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

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

 span { border-color: rgb(61,164,132); }

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