Html Css Color HEX #41997D Gossamer

📋 copy color: '#41997D'

red 65 ◦ green 153 ◦ blue 125

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

Shades of Gossamer #41997D

Tints of Gossamer #41997D

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.61%

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

R = 18.95%
G = 44.61%
B = 36.44%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#41997D (or 0x41997D) is known color: Gossamer. HEX triplet: 41, 99 and 7D. RGB value is (65,153,125). Sum of RGB (Red+Green+Blue) = 65+153+125=343 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.95% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 125 (49.22% from 255 or 36.44% from 343); Max value from RGB is 153 - color contains mainly: green. Hex color #41997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997D is #BE6682. Grayscale: #7B7B7B. Windows color (decimal): -12478083 or 8231233. OLE color: 8231233.

HSL color Cylindrical-coordinate representation of color #41997D: hue angle of 160.91º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41997D is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 125 -
CMYK 0.58 0 0.18 0.4
HSL 160.91º 0.4% 0.43% -
HSV(B) 160.91º 0.58% 0.6% -
XYZ 17.27 25.39 23.39 -
YUV 123.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 65 153 125 0.58 0 0.18 0.4 160.91 0.4 0.43
Hex 41 99 7D 3A 0 12 28 A1 28 2B
Octal 101 231 175 72 0 22 50 241 50 53
Binary 1000001 10011001 1111101 111010 0 10010 101000 10100001 101000 101011

Color Harmonies of #41997D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41997D

Black with #41997D

Text Example


Text Example

White with #41997D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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