Html Css Color HEX #3D967B Gossamer

📋 copy color: '#3D967B'

red 61 ◦ green 150 ◦ blue 123

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

Shades of Gossamer #3D967B

Tints of Gossamer #3D967B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.83%

R = 18.26%
G = 44.91%
B = 36.83%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#3D967B (or 0x3D967B) is known color: Gossamer. HEX triplet: 3D, 96 and 7B. RGB value is (61,150,123). Sum of RGB (Red+Green+Blue) = 61+150+123=334 (44% of max value = 765). Red value is 61 (24.22% from 255 or 18.26% from 334); Green value is 150 (58.98% from 255 or 44.91% from 334); Blue value is 123 (48.44% from 255 or 36.83% from 334); Max value from RGB is 150 - color contains mainly: green. Hex color #3D967B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3D967B is #C26984. Grayscale: #787878. Windows color (decimal): -12740997 or 8099389. OLE color: 8099389.

HSL color Cylindrical-coordinate representation of color #3D967B: hue angle of 161.8º 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 #3D967B is Cyan = 0.59, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 61 150 123 -
CMYK 0.59 0 0.18 0.41
HSL 161.8º 0.42% 0.41% -
HSV(B) 161.8º 0.59% 0.59% -
XYZ 16.41 24.23 22.55 -
YUV 120.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 61 150 123 0.59 0 0.18 0.41 161.8 0.42 0.41
Hex 3D 96 7B 3B 0 12 29 A2 2A 29
Octal 75 226 173 73 0 22 51 242 52 51
Binary 111101 10010110 1111011 111011 0 10010 101001 10100010 101010 101001

Color Harmonies of #3D967B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D967B

Black with #3D967B

Text Example


Text Example

White with #3D967B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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