Html Css Color HEX #40A492 Gossamer

📋 copy color: '#40A492'

red 64 ◦ green 164 ◦ blue 146

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

Shades of Gossamer #40A492

Tints of Gossamer #40A492

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.85%

 BLUE value IS 146 (57.42% from 255) = 39.04%

R = 17.11%
G = 43.85%
B = 39.04%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.36

RGB Variations

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

Color information

#40A492 (or 0x40A492) is known color: Gossamer. HEX triplet: 40, A4 and 92. RGB value is (64,164,146). Sum of RGB (Red+Green+Blue) = 64+164+146=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 164 (64.45% from 255 or 43.85% from 374); Blue value is 146 (57.42% from 255 or 39.04% from 374); Max value from RGB is 164 - color contains mainly: green. Hex color #40A492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40A492 is #BF5B6D. Grayscale: #848484. Windows color (decimal): -12540782 or 9610304. OLE color: 9610304.

HSL color Cylindrical-coordinate representation of color #40A492: hue angle of 169.2º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #40A492 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.36.

Color convert

RGB 64 164 146 -
CMYK 0.61 0 0.11 0.36
HSL 169.2º 0.44% 0.45% -
HSV(B) 169.2º 0.61% 0.64% -
XYZ 20.58 29.72 31.85 -
YUV 132.05 135.87 79.46 -
System Red Green Blue C M Y K H S L
Decimal 64 164 146 0.61 0 0.11 0.36 169.2 0.44 0.45
Hex 40 A4 92 3D 0 B 24 A9 2C 2D
Octal 100 244 222 75 0 13 44 251 54 55
Binary 1000000 10100100 10010010 111101 0 1011 100100 10101001 101100 101101

Color Harmonies of #40A492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40A492

Black with #40A492

Text Example


Text Example

White with #40A492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40A492; }

 p { color: rgb(64,164,146); }

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

background-color css

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

 a { background-color: rgb(64,164,146); }

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

border-color css

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

 span { border-color: rgb(64,164,146); }

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