Html Css Color HEX #409888 Gossamer

📋 copy color: '#409888'

red 64 ◦ green 152 ◦ blue 136

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

Shades of Gossamer #409888

Tints of Gossamer #409888

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 38.64%

R = 18.18%
G = 43.18%
B = 38.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#409888 (or 0x409888) is known color: Gossamer. HEX triplet: 40, 98 and 88. RGB value is (64,152,136). Sum of RGB (Red+Green+Blue) = 64+152+136=352 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.18% from 352); Green value is 152 (59.77% from 255 or 43.18% from 352); Blue value is 136 (53.52% from 255 or 38.64% from 352); Max value from RGB is 152 - color contains mainly: green. Hex color #409888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409888 is #BF6777. Grayscale: #7B7B7B. Windows color (decimal): -12543864 or 8951872. OLE color: 8951872.

HSL color Cylindrical-coordinate representation of color #409888: hue angle of 169.09º 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 #409888 is Cyan = 0.58, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.

Color convert

RGB 64 152 136 -
CMYK 0.58 0 0.11 0.40
HSL 169.09º 0.41% 0.42% -
HSV(B) 169.09º 0.58% 0.6% -
XYZ 17.79 25.32 27.24 -
YUV 123.86 134.85 85.3 -
System Red Green Blue C M Y K H S L
Decimal 64 152 136 0.58 0 0.11 0.40 169.09 0.41 0.42
Hex 40 98 88 3A 0 B 28 A9 29 2A
Octal 100 230 210 72 0 13 50 251 51 52
Binary 1000000 10011000 10001000 111010 0 1011 101000 10101001 101001 101010

Color Harmonies of #409888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409888

Black with #409888

Text Example


Text Example

White with #409888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409888; }

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

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

background-color css

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

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

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

border-color css

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

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

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