Html Css Color HEX #3D967A Gossamer

📋 copy color: '#3D967A'

red 61 ◦ green 150 ◦ blue 122

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

Shades of Gossamer #3D967A

Tints of Gossamer #3D967A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 45.05%

 BLUE value IS 122 (48.05% from 255) = 36.64%

R = 18.32%
G = 45.05%
B = 36.64%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#3D967A (or 0x3D967A) is known color: Gossamer. HEX triplet: 3D, 96 and 7A. RGB value is (61,150,122). Sum of RGB (Red+Green+Blue) = 61+150+122=333 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.32% from 333); Green value is 150 (58.98% from 255 or 45.05% from 333); Blue value is 122 (48.05% from 255 or 36.64% from 333); Max value from RGB is 150 - color contains mainly: green. Hex color #3D967A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D967A is #C26985. Grayscale: #787878. Windows color (decimal): -12740998 or 8033853. OLE color: 8033853.

HSL color Cylindrical-coordinate representation of color #3D967A: hue angle of 161.12º degrees, saturation: 0.42, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D967A is Cyan = 0.59, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 150 122 -
CMYK 0.59 0 0.19 0.41
HSL 161.12º 0.42% 0.41% -
HSV(B) 161.12º 0.59% 0.59% -
XYZ 16.34 24.21 22.22 -
YUV 120.2 129.01 85.78 -
System Red Green Blue C M Y K H S L
Decimal 61 150 122 0.59 0 0.19 0.41 161.12 0.42 0.41
Hex 3D 96 7A 3B 0 13 29 A1 2A 29
Octal 75 226 172 73 0 23 51 241 52 51
Binary 111101 10010110 1111010 111011 0 10011 101001 10100001 101010 101001

Color Harmonies of #3D967A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D967A

Black with #3D967A

Text Example


Text Example

White with #3D967A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,150,122); }

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

background-color css

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

 a { background-color: rgb(61,150,122); }

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

border-color css

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

 span { border-color: rgb(61,150,122); }

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