Html Css Color HEX #419A7D Gossamer

📋 copy color: '#419A7D'

red 65 ◦ green 154 ◦ blue 125

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

Shades of Gossamer #419A7D

Tints of Gossamer #419A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 36.34%

R = 18.9%
G = 44.77%
B = 36.34%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#419A7D (or 0x419A7D) is known color: Gossamer. HEX triplet: 41, 9A and 7D. RGB value is (65,154,125). Sum of RGB (Red+Green+Blue) = 65+154+125=344 (45% of max value = 765). Red value is 65 (25.78% from 255 or 18.90% from 344); Green value is 154 (60.55% from 255 or 44.77% from 344); Blue value is 125 (49.22% from 255 or 36.34% from 344); Max value from RGB is 154 - color contains mainly: green. Hex color #419A7D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #419A7D is #BE6582. Grayscale: #7C7C7C. Windows color (decimal): -12477827 or 8231489. OLE color: 8231489.

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

Color convert

RGB 65 154 125 -
CMYK 0.58 0 0.19 0.40
HSL 160.45º 0.41% 0.43% -
HSV(B) 160.45º 0.58% 0.6% -
XYZ 17.44 25.72 23.45 -
YUV 124.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 65 154 125 0.58 0 0.19 0.40 160.45 0.41 0.43
Hex 41 9A 7D 3A 0 13 28 A0 29 2B
Octal 101 232 175 72 0 23 50 240 51 53
Binary 1000001 10011010 1111101 111010 0 10011 101000 10100000 101001 101011

Color Harmonies of #419A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419A7D

Black with #419A7D

Text Example


Text Example

White with #419A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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