Html Css Color HEX #419782 Gossamer

📋 copy color: '#419782'

red 65 ◦ green 151 ◦ blue 130

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

Shades of Gossamer #419782

Tints of Gossamer #419782

RGB

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

 GREEN value IS 151 (59.38% from 255) = 43.64%

 BLUE value IS 130 (51.17% from 255) = 37.57%

R = 18.79%
G = 43.64%
B = 37.57%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#419782 (or 0x419782) is known color: Gossamer. HEX triplet: 41, 97 and 82. RGB value is (65,151,130). Sum of RGB (Red+Green+Blue) = 65+151+130=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 151 (59.38% from 255 or 43.64% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 151 - color contains mainly: green. Hex color #419782 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419782 is #BE687D. Grayscale: #7A7A7A. Windows color (decimal): -12478590 or 8558401. OLE color: 8558401.

HSL color Cylindrical-coordinate representation of color #419782: hue angle of 165.35º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419782 is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 65 151 130 -
CMYK 0.57 0 0.14 0.41
HSL 165.35º 0.4% 0.42% -
HSV(B) 165.35º 0.57% 0.59% -
XYZ 17.28 24.87 25.01 -
YUV 122.89 132.01 86.71 -
System Red Green Blue C M Y K H S L
Decimal 65 151 130 0.57 0 0.14 0.41 165.35 0.4 0.42
Hex 41 97 82 39 0 E 29 A5 28 2A
Octal 101 227 202 71 0 16 51 245 50 52
Binary 1000001 10010111 10000010 111001 0 1110 101001 10100101 101000 101010

Color Harmonies of #419782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419782

Black with #419782

Text Example


Text Example

White with #419782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419782; }

 p { color: rgb(65,151,130); }

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

background-color css

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

 a { background-color: rgb(65,151,130); }

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

border-color css

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

 span { border-color: rgb(65,151,130); }

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