Html Css Color HEX #41A77D Gossamer

📋 copy color: '#41A77D'

red 65 ◦ green 167 ◦ blue 125

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

Shades of Gossamer #41A77D

Tints of Gossamer #41A77D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.78%

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

R = 18.21%
G = 46.78%
B = 35.01%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#41A77D (or 0x41A77D) is known color: Gossamer. HEX triplet: 41, A7 and 7D. RGB value is (65,167,125). Sum of RGB (Red+Green+Blue) = 65+167+125=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 167 (65.62% from 255 or 46.78% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 167 - color contains mainly: green. Hex color #41A77D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41A77D is #BE5882. Grayscale: #838383. Windows color (decimal): -12474499 or 8234817. OLE color: 8234817.

HSL color Cylindrical-coordinate representation of color #41A77D: hue angle of 155.29º degrees, saturation: 0.44, 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 #41A77D is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 65 167 125 -
CMYK 0.61 0 0.25 0.35
HSL 155.29º 0.44% 0.45% -
HSV(B) 155.29º 0.61% 0.65% -
XYZ 19.7 30.24 24.2 -
YUV 131.71 124.21 80.42 -
System Red Green Blue C M Y K H S L
Decimal 65 167 125 0.61 0 0.25 0.35 155.29 0.44 0.45
Hex 41 A7 7D 3D 0 19 23 9B 2C 2D
Octal 101 247 175 75 0 31 43 233 54 55
Binary 1000001 10100111 1111101 111101 0 11001 100011 10011011 101100 101101

Color Harmonies of #41A77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41A77D

Black with #41A77D

Text Example


Text Example

White with #41A77D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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