Html Css Color HEX #409885 Gossamer

📋 copy color: '#409885'

red 64 ◦ green 152 ◦ blue 133

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

Shades of Gossamer #409885

Tints of Gossamer #409885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 38.11%

R = 18.34%
G = 43.55%
B = 38.11%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#409885 (or 0x409885) is known color: Gossamer. HEX triplet: 40, 98 and 85. RGB value is (64,152,133). Sum of RGB (Red+Green+Blue) = 64+152+133=349 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.34% from 349); Green value is 152 (59.77% from 255 or 43.55% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 152 - color contains mainly: green. Hex color #409885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #409885 is #BF677A. Grayscale: #7B7B7B. Windows color (decimal): -12543867 or 8755264. OLE color: 8755264.

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

Color convert

RGB 64 152 133 -
CMYK 0.58 0 0.13 0.40
HSL 167.05º 0.41% 0.42% -
HSV(B) 167.05º 0.58% 0.6% -
XYZ 17.58 25.24 26.14 -
YUV 123.52 133.35 85.54 -
System Red Green Blue C M Y K H S L
Decimal 64 152 133 0.58 0 0.13 0.40 167.05 0.41 0.42
Hex 40 98 85 3A 0 D 28 A7 29 2A
Octal 100 230 205 72 0 15 50 247 51 52
Binary 1000000 10011000 10000101 111010 0 1101 101000 10100111 101001 101010

Color Harmonies of #409885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #409885

Black with #409885

Text Example


Text Example

White with #409885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #409885; }

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

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

background-color css

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

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

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

border-color css

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

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

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