#3d9d90

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

Shades of Gossamer #3D9D90

Tints of Gossamer #3D9D90

Color information

#3D9D90 (or 0x3D9D90) is unknown color: approx Gossamer. HEX triplet: 3D, 9D and 90. RGB value is (61,157,144). Sum of RGB (Red+Green+Blue) = 61+157+144=362 (47% of max value = 765). Red value is 61 (24.22% from 255 or 16.85% from 362); Green value is 157 (61.72% from 255 or 43.37% from 362); Blue value is 144 (56.64% from 255 or 39.78% from 362); Max value from RGB is 157 - color contains mainly: green. Hex color #3D9D90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D9D90 is #C2626F. Grayscale: #7E7E7E. Windows color (decimal): -12739184 or 9477437. OLE color: 9477437.

HSL color Cylindrical-coordinate representation of color #3D9D90: hue angle of 171.88º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D9D90 is Cyan = 0.61, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.38.

Color convert

RGB61157144-
CMYK0.6100.080.38
HSL171.88º44.04%42.75%-
HSV(B)171.88º61.15%61.57%-
XYZ19.0227.1230.62-
YUV126.81137.781.06-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 16.85%
GREEN value IS 157 (61.72% from 255) = 43.37%
BLUE value IS 144 (56.64% from 255) = 39.78%
R=16.85%
G=43.37%
B=39.78%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal611571440.6100.080.38171.8844.0442.75
Hex3D9D903D0826ac2c2b
Octal7523522075010462545453
Binary11110110011101100100001111010100010011010101100101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3d9d90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,157,144); }

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

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

 a { background-color: rgb(61,157,144); }

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

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

 span { border-color: rgb(61,157,144); }

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