Html Css Color HEX #419A7F Gossamer

📋 copy color: '#419A7F'

red 65 ◦ green 154 ◦ blue 127

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

Shades of Gossamer #419A7F

Tints of Gossamer #419A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 44.51%

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

R = 18.79%
G = 44.51%
B = 36.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#419A7F (or 0x419A7F) is known color: Gossamer. HEX triplet: 41, 9A and 7F. RGB value is (65,154,127). Sum of RGB (Red+Green+Blue) = 65+154+127=346 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.79% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 127 (50% from 255 or 36.71% from 346); Max value from RGB is 154 - color contains mainly: green. Hex color #419A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A7F is #BE6580. Grayscale: #7C7C7C. Windows color (decimal): -12477825 or 8362561. OLE color: 8362561.

HSL color Cylindrical-coordinate representation of color #419A7F: hue angle of 161.8º degrees, saturation: 0.41, 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 #419A7F is Cyan = 0.58, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 154 127 -
CMYK 0.58 0 0.18 0.40
HSL 161.8º 0.41% 0.43% -
HSV(B) 161.8º 0.58% 0.6% -
XYZ 17.57 25.77 24.13 -
YUV 124.31 129.51 85.7 -
System Red Green Blue C M Y K H S L
Decimal 65 154 127 0.58 0 0.18 0.40 161.8 0.41 0.43
Hex 41 9A 7F 3A 0 12 28 A2 29 2B
Octal 101 232 177 72 0 22 50 242 51 53
Binary 1000001 10011010 1111111 111010 0 10010 101000 10100010 101001 101011

Color Harmonies of #419A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419A7F

Black with #419A7F

Text Example


Text Example

White with #419A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419A7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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