#419A8A

Color #419A8A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #419A8A

Tints of Gossamer #419A8A

Color information

#419A8A (or 0x419A8A) is unknown color: approx Gossamer. HEX triplet: 41, 9A and 8A. RGB value is (65,154,138). Sum of RGB (Red+Green+Blue) = 65+154+138=357 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.21% from 357); Green value is 154 (60.55% from 255 or 43.14% from 357); Blue value is 138 (54.30% from 255 or 38.66% from 357); Max value from RGB is 154 - color contains mainly: green. Hex color #419A8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419A8A is #BE6575. Grayscale: #7D7D7D. Windows color (decimal): -12477814 or 9083457. OLE color: 9083457.

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

Color convert

RGB65154138-
CMYK0.5800.100.40
HSL169.21º40.64%42.94%-
HSV(B)169.21º57.79%60.39%-
XYZ18.3226.0728.11-
YUV125.56135.0184.8-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.21%
GREEN value IS 154 (60.55% from 255) = 43.14%
BLUE value IS 138 (54.30% from 255) = 38.66%
R=18.21%
G=43.14%
B=38.66%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651541380.5800.100.40169.2140.6442.94
Hex419A8A3A0A28a9292b
Octal10123221272012502515153
Binary100000110011010100010101110100101010100010101001101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #419A8A;
 }
 .AnyTagClassName
 {
   color: #419A8A;
 }
</style>
background-color css

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

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

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

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

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

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