Html Css Color HEX #41987B Gossamer

📋 copy color: '#41987B'

red 65 ◦ green 152 ◦ blue 123

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

Shades of Gossamer #41987B

Tints of Gossamer #41987B

RGB

 RED value IS 65 (25.78% from 255) = 19.12%

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

 BLUE value IS 123 (48.44% from 255) = 36.18%

R = 19.12%
G = 44.71%
B = 36.18%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#41987B (or 0x41987B) is known color: Gossamer. HEX triplet: 41, 98 and 7B. RGB value is (65,152,123). Sum of RGB (Red+Green+Blue) = 65+152+123=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 152 (59.77% from 255 or 44.71% from 340); Blue value is 123 (48.44% from 255 or 36.18% from 340); Max value from RGB is 152 - color contains mainly: green. Hex color #41987B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41987B is #BE6784. Grayscale: #7A7A7A. Windows color (decimal): -12478341 or 8099905. OLE color: 8099905.

HSL color Cylindrical-coordinate representation of color #41987B: hue angle of 160º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #41987B is Cyan = 0.57, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 123 -
CMYK 0.57 0 0.19 0.40
HSL 160º 0.4% 0.43% -
HSV(B) 160º 0.57% 0.6% -
XYZ 16.98 25.01 22.67 -
YUV 122.68 128.18 86.86 -
System Red Green Blue C M Y K H S L
Decimal 65 152 123 0.57 0 0.19 0.40 160 0.4 0.43
Hex 41 98 7B 39 0 13 28 A0 28 2B
Octal 101 230 173 71 0 23 50 240 50 53
Binary 1000001 10011000 1111011 111001 0 10011 101000 10100000 101000 101011

Color Harmonies of #41987B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41987B

Black with #41987B

Text Example


Text Example

White with #41987B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41987B; }

 p { color: rgb(65,152,123); }

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

background-color css

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

 a { background-color: rgb(65,152,123); }

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

border-color css

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

 span { border-color: rgb(65,152,123); }

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