Html Css Color HEX #409882 Gossamer

📋 copy color: '#409882'

red 64 ◦ green 152 ◦ blue 130

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

Shades of Gossamer #409882

Tints of Gossamer #409882

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.93%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 18.5%
G = 43.93%
B = 37.57%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#409882 (or 0x409882) is known color: Gossamer. HEX triplet: 40, 98 and 82. RGB value is (64,152,130). Sum of RGB (Red+Green+Blue) = 64+152+130=346 (45% of max value = 765). Red value is 64 (25.39% from 255 or 18.50% from 346); Green value is 152 (59.77% from 255 or 43.93% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 152 - color contains mainly: green. Hex color #409882 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409882 is #BF677D. Grayscale: #7B7B7B. Windows color (decimal): -12543870 or 8558656. OLE color: 8558656.

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

Color convert

RGB 64 152 130 -
CMYK 0.58 0 0.14 0.40
HSL 165º 0.41% 0.42% -
HSV(B) 165º 0.58% 0.6% -
XYZ 17.37 25.16 25.06 -
YUV 123.18 131.85 85.79 -
System Red Green Blue C M Y K H S L
Decimal 64 152 130 0.58 0 0.14 0.40 165 0.41 0.42
Hex 40 98 82 3A 0 E 28 A5 29 2A
Octal 100 230 202 72 0 16 50 245 51 52
Binary 1000000 10011000 10000010 111010 0 1110 101000 10100101 101001 101010

Color Harmonies of #409882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409882

Black with #409882

Text Example


Text Example

White with #409882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409882; }

 p { color: rgb(64,152,130); }

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

background-color css

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

 a { background-color: rgb(64,152,130); }

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

border-color css

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

 span { border-color: rgb(64,152,130); }

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