Html Css Color HEX #41A587 Gossamer

📋 copy color: '#41A587'

red 65 ◦ green 165 ◦ blue 135

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

Shades of Gossamer #41A587

Tints of Gossamer #41A587

RGB

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

 GREEN value IS 165 (64.84% from 255) = 45.21%

 BLUE value IS 135 (53.13% from 255) = 36.99%

R = 17.81%
G = 45.21%
B = 36.99%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#41A587 (or 0x41A587) is known color: Gossamer. HEX triplet: 41, A5 and 87. RGB value is (65,165,135). Sum of RGB (Red+Green+Blue) = 65+165+135=365 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.81% from 365); Green value is 165 (64.84% from 255 or 45.21% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 165 - color contains mainly: green. Hex color #41A587 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41A587 is #BE5A78. Grayscale: #838383. Windows color (decimal): -12475001 or 8889665. OLE color: 8889665.

HSL color Cylindrical-coordinate representation of color #41A587: hue angle of 162º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #41A587 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 165 135 -
CMYK 0.61 0 0.18 0.35
HSL 162º 0.43% 0.45% -
HSV(B) 162º 0.61% 0.65% -
XYZ 20.01 29.78 27.62 -
YUV 131.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 65 165 135 0.61 0 0.18 0.35 162 0.43 0.45
Hex 41 A5 87 3D 0 12 23 A2 2B 2D
Octal 101 245 207 75 0 22 43 242 53 55
Binary 1000001 10100101 10000111 111101 0 10010 100011 10100010 101011 101101

Color Harmonies of #41A587

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A587

Black with #41A587

Text Example


Text Example

White with #41A587

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41A587; }

 p { color: rgb(65,165,135); }

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

background-color css

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

 a { background-color: rgb(65,165,135); }

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

border-color css

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

 span { border-color: rgb(65,165,135); }

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