Html Css Color HEX #41998A Gossamer

📋 copy color: '#41998A'

red 65 ◦ green 153 ◦ blue 138

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

Shades of Gossamer #41998A

Tints of Gossamer #41998A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 38.76%

R = 18.26%
G = 42.98%
B = 38.76%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.10

 K value IS 0.4

RGB Variations

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

Color information

#41998A (or 0x41998A) is known color: Gossamer. HEX triplet: 41, 99 and 8A. RGB value is (65,153,138). Sum of RGB (Red+Green+Blue) = 65+153+138=356 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.26% from 356); Green value is 153 (60.16% from 255 or 42.98% from 356); Blue value is 138 (54.30% from 255 or 38.76% from 356); Max value from RGB is 153 - color contains mainly: green. Hex color #41998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41998A is #BE6675. Grayscale: #7C7C7C. Windows color (decimal): -12478070 or 9083201. OLE color: 9083201.

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

Color convert

RGB 65 153 138 -
CMYK 0.58 0 0.10 0.4
HSL 169.77º 0.4% 0.43% -
HSV(B) 169.77º 0.58% 0.6% -
XYZ 18.16 25.74 28.06 -
YUV 124.98 135.35 85.22 -
System Red Green Blue C M Y K H S L
Decimal 65 153 138 0.58 0 0.10 0.4 169.77 0.4 0.43
Hex 41 99 8A 3A 0 A 28 AA 28 2B
Octal 101 231 212 72 0 12 50 252 50 53
Binary 1000001 10011001 10001010 111010 0 1010 101000 10101010 101000 101011

Color Harmonies of #41998A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41998A

Black with #41998A

Text Example


Text Example

White with #41998A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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