Html Css Color HEX #41987D Gossamer

📋 copy color: '#41987D'

red 65 ◦ green 152 ◦ blue 125

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

Shades of Gossamer #41987D

Tints of Gossamer #41987D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.55%

R = 19.01%
G = 44.44%
B = 36.55%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#41987D (or 0x41987D) is known color: Gossamer. HEX triplet: 41, 98 and 7D. RGB value is (65,152,125). Sum of RGB (Red+Green+Blue) = 65+152+125=342 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.01% from 342); Green value is 152 (59.77% from 255 or 44.44% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 152 - color contains mainly: green. Hex color #41987D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41987D is #BE6782. Grayscale: #7A7A7A. Windows color (decimal): -12478339 or 8230977. OLE color: 8230977.

HSL color Cylindrical-coordinate representation of color #41987D: hue angle of 161.38º 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 #41987D is Cyan = 0.57, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 125 -
CMYK 0.57 0 0.18 0.40
HSL 161.38º 0.4% 0.43% -
HSV(B) 161.38º 0.57% 0.6% -
XYZ 17.11 25.06 23.34 -
YUV 122.91 129.18 86.7 -
System Red Green Blue C M Y K H S L
Decimal 65 152 125 0.57 0 0.18 0.40 161.38 0.4 0.43
Hex 41 98 7D 39 0 12 28 A1 28 2B
Octal 101 230 175 71 0 22 50 241 50 53
Binary 1000001 10011000 1111101 111001 0 10010 101000 10100001 101000 101011

Color Harmonies of #41987D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41987D

Black with #41987D

Text Example


Text Example

White with #41987D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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