Html Css Color HEX #41997A Gossamer

📋 copy color: '#41997A'

red 65 ◦ green 153 ◦ blue 122

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

Shades of Gossamer #41997A

Tints of Gossamer #41997A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 35.88%

R = 19.12%
G = 45%
B = 35.88%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.20

 K value IS 0.4

RGB Variations

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

Color information

#41997A (or 0x41997A) is known color: Gossamer. HEX triplet: 41, 99 and 7A. RGB value is (65,153,122). Sum of RGB (Red+Green+Blue) = 65+153+122=340 (45% of max value = 765). Red value is 65 (25.78% from 255 or 19.12% from 340); Green value is 153 (60.16% from 255 or 45% from 340); Blue value is 122 (48.05% from 255 or 35.88% from 340); Max value from RGB is 153 - color contains mainly: green. Hex color #41997A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41997A is #BE6685. Grayscale: #7B7B7B. Windows color (decimal): -12478086 or 8034625. OLE color: 8034625.

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

Color convert

RGB 65 153 122 -
CMYK 0.58 0 0.20 0.4
HSL 158.86º 0.4% 0.43% -
HSV(B) 158.86º 0.58% 0.6% -
XYZ 17.08 25.31 22.4 -
YUV 123.15 127.35 86.52 -
System Red Green Blue C M Y K H S L
Decimal 65 153 122 0.58 0 0.20 0.4 158.86 0.4 0.43
Hex 41 99 7A 3A 0 14 28 9F 28 2B
Octal 101 231 172 72 0 24 50 237 50 53
Binary 1000001 10011001 1111010 111010 0 10100 101000 10011111 101000 101011

Color Harmonies of #41997A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41997A

Black with #41997A

Text Example


Text Example

White with #41997A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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