Html Css Color HEX #409975 Gossamer

📋 copy color: '#409975'

red 64 ◦ green 153 ◦ blue 117

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

Shades of Gossamer #409975

Tints of Gossamer #409975

RGB

 RED value IS 64 (25.39% from 255) = 19.16%

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

 BLUE value IS 117 (46.09% from 255) = 35.03%

R = 19.16%
G = 45.81%
B = 35.03%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#409975 (or 0x409975) is known color: Gossamer. HEX triplet: 40, 99 and 75. RGB value is (64,153,117). Sum of RGB (Red+Green+Blue) = 64+153+117=334 (44% of max value = 765). Red value is 64 (25.39% from 255 or 19.16% from 334); Green value is 153 (60.16% from 255 or 45.81% from 334); Blue value is 117 (46.09% from 255 or 35.03% from 334); Max value from RGB is 153 - color contains mainly: green. Hex color #409975 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #409975 is #BF668A. Grayscale: #7A7A7A. Windows color (decimal): -12543627 or 7706944. OLE color: 7706944.

HSL color Cylindrical-coordinate representation of color #409975: hue angle of 155.73º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #409975 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 64 153 117 -
CMYK 0.58 0 0.24 0.4
HSL 155.73º 0.41% 0.43% -
HSV(B) 155.73º 0.58% 0.6% -
XYZ 16.72 25.16 20.8 -
YUV 122.29 125.01 86.43 -
System Red Green Blue C M Y K H S L
Decimal 64 153 117 0.58 0 0.24 0.4 155.73 0.41 0.43
Hex 40 99 75 3A 0 18 28 9C 29 2B
Octal 100 231 165 72 0 30 50 234 51 53
Binary 1000000 10011001 1110101 111010 0 11000 101000 10011100 101001 101011

Color Harmonies of #409975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409975

Black with #409975

Text Example


Text Example

White with #409975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409975; }

 p { color: rgb(64,153,117); }

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

background-color css

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

 a { background-color: rgb(64,153,117); }

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

border-color css

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

 span { border-color: rgb(64,153,117); }

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