Html Css Color HEX #41997F Gossamer

📋 copy color: '#41997F'

red 65 ◦ green 153 ◦ blue 127

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

Shades of Gossamer #41997F

Tints of Gossamer #41997F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 36.81%

R = 18.84%
G = 44.35%
B = 36.81%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.17

 K value IS 0.4

RGB Variations

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

Color information

#41997F (or 0x41997F) is known color: Gossamer. HEX triplet: 41, 99 and 7F. RGB value is (65,153,127). Sum of RGB (Red+Green+Blue) = 65+153+127=345 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.84% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #41997F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997F is #BE6680. Grayscale: #7B7B7B. Windows color (decimal): -12478081 or 8362305. OLE color: 8362305.

HSL color Cylindrical-coordinate representation of color #41997F: hue angle of 162.27º 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 #41997F is Cyan = 0.58, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.4.

Color convert

RGB 65 153 127 -
CMYK 0.58 0 0.17 0.4
HSL 162.27º 0.4% 0.43% -
HSV(B) 162.27º 0.58% 0.6% -
XYZ 17.4 25.44 24.07 -
YUV 123.72 129.85 86.11 -
System Red Green Blue C M Y K H S L
Decimal 65 153 127 0.58 0 0.17 0.4 162.27 0.4 0.43
Hex 41 99 7F 3A 0 11 28 A2 28 2B
Octal 101 231 177 72 0 21 50 242 50 53
Binary 1000001 10011001 1111111 111010 0 10001 101000 10100010 101000 101011

Color Harmonies of #41997F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41997F

Black with #41997F

Text Example


Text Example

White with #41997F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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