#40B289

Color #40B289 Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #40B289

Tints of Gossamer #40B289

Color information

#40B289 (or 0x40B289) is unknown color: approx Gossamer. HEX triplet: 40, B2 and 89. RGB value is (64,178,137). Sum of RGB (Red+Green+Blue) = 64+178+137=379 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.89% from 379); Green value is 178 (69.92% from 255 or 46.97% from 379); Blue value is 137 (53.91% from 255 or 36.15% from 379); Max value from RGB is 178 - color contains mainly: green. Hex color #40B289 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40B289 is #BF4D76. Grayscale: #8B8B8B. Windows color (decimal): -12537207 or 9024064. OLE color: 9024064.

HSL color Cylindrical-coordinate representation of color #40B289: hue angle of 158.42º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #40B289 is Cyan = 0.64, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.30.

Color convert

RGB64178137-
CMYK0.6400.230.30
HSL158.42º47.11%47.45%-
HSV(B)158.42º64.04%69.8%-
XYZ22.5534.7429.18-
YUV139.24126.7374.33-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 16.89%
GREEN value IS 178 (69.92% from 255) = 46.97%
BLUE value IS 137 (53.91% from 255) = 36.15%
R=16.89%
G=46.97%
B=36.15%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal641781370.6400.230.30158.4247.1147.45
Hex40B289400171E9e2f2f
Octal100262211100027362365757
Binary1000000101100101000100110000000101111111010011110101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40B289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,178,137); }

 H1.HeaderClassName
 {
   color: #40B289;
 }
 .AnyTagClassName
 {
   color: #40B289;
 }
</style>
background-color css

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

 a { background-color: rgb(64,178,137); }

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

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

 span { border-color: rgb(64,178,137); }

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