Html Css Color HEX #3D997D Gossamer

📋 copy color: '#3D997D'

red 61 ◦ green 153 ◦ blue 125

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

Shades of Gossamer #3D997D

Tints of Gossamer #3D997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 45.13%

 BLUE value IS 125 (49.22% from 255) = 36.87%

R = 17.99%
G = 45.13%
B = 36.87%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#3D997D (or 0x3D997D) is known color: Gossamer. HEX triplet: 3D, 99 and 7D. RGB value is (61,153,125). Sum of RGB (Red+Green+Blue) = 61+153+125=339 (44% of max value = 765). Red value is 61 (24.22% from 255 or 17.99% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 125 (49.22% from 255 or 36.87% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #3D997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D997D is #C26682. Grayscale: #7A7A7A. Windows color (decimal): -12740227 or 8231229. OLE color: 8231229.

HSL color Cylindrical-coordinate representation of color #3D997D: hue angle of 161.74º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D997D is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 61 153 125 -
CMYK 0.60 0 0.18 0.4
HSL 161.74º 0.43% 0.42% -
HSV(B) 161.74º 0.6% 0.6% -
XYZ 17.02 25.26 23.38 -
YUV 122.3 129.52 84.28 -
System Red Green Blue C M Y K H S L
Decimal 61 153 125 0.60 0 0.18 0.4 161.74 0.43 0.42
Hex 3D 99 7D 3C 0 12 28 A2 2B 2A
Octal 75 231 175 74 0 22 50 242 53 52
Binary 111101 10011001 1111101 111100 0 10010 101000 10100010 101011 101010

Color Harmonies of #3D997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D997D

Black with #3D997D

Text Example


Text Example

White with #3D997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,153,125); }

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

background-color css

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

 a { background-color: rgb(61,153,125); }

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

border-color css

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

 span { border-color: rgb(61,153,125); }

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