Html Css Color HEX #3DA585 Gossamer

📋 copy color: '#3DA585'

red 61 ◦ green 165 ◦ blue 133

#3DA585
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gossamer #3DA585

Tints of Gossamer #3DA585

RGB

 RED value IS 61 (24.22% from 255) = 16.99%

 GREEN value IS 165 (64.84% from 255) = 45.96%

 BLUE value IS 133 (52.34% from 255) = 37.05%

R = 16.99%
G = 45.96%
B = 37.05%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.19

 K value IS 0.35

RGB Variations

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

Color information

#3DA585 (or 0x3DA585) is known color: Gossamer. HEX triplet: 3D, A5 and 85. RGB value is (61,165,133). Sum of RGB (Red+Green+Blue) = 61+165+133=359 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.99% from 359); Green value is 165 (64.84% from 255 or 45.96% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA585 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA585 is #C25A7A. Grayscale: #828282. Windows color (decimal): -12737147 or 8758589. OLE color: 8758589.

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

Color convert

RGB 61 165 133 -
CMYK 0.63 0 0.19 0.35
HSL 161.54º 0.46% 0.44% -
HSV(B) 161.54º 0.63% 0.65% -
XYZ 19.61 29.6 26.87 -
YUV 130.26 129.54 78.6 -
System Red Green Blue C M Y K H S L
Decimal 61 165 133 0.63 0 0.19 0.35 161.54 0.46 0.44
Hex 3D A5 85 3F 0 13 23 A2 2E 2C
Octal 75 245 205 77 0 23 43 242 56 54
Binary 111101 10100101 10000101 111111 0 10011 100011 10100010 101110 101100

Color Harmonies of #3DA585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA585

Black with #3DA585

Text Example


Text Example

White with #3DA585

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,165,133); }

 H1.HeaderClassName
 {
   color: #3DA585;
 }
 .AnyTagClassName
 {
   color: #3DA585;
 }
</style>

background-color css

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

 a { background-color: rgb(61,165,133); }

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

border-color css

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

 span { border-color: rgb(61,165,133); }

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