Html Css Color HEX #419885 Gossamer

📋 copy color: '#419885'

red 65 ◦ green 152 ◦ blue 133

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

Shades of Gossamer #419885

Tints of Gossamer #419885

RGB

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

 GREEN value IS 152 (59.77% from 255) = 43.43%

 BLUE value IS 133 (52.34% from 255) = 38%

R = 18.57%
G = 43.43%
B = 38%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#419885 (or 0x419885) is known color: Gossamer. HEX triplet: 41, 98 and 85. RGB value is (65,152,133). Sum of RGB (Red+Green+Blue) = 65+152+133=350 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.57% from 350); Green value is 152 (59.77% from 255 or 43.43% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 152 - color contains mainly: green. Hex color #419885 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419885 is #BE677A. Grayscale: #7B7B7B. Windows color (decimal): -12478331 or 8755265. OLE color: 8755265.

HSL color Cylindrical-coordinate representation of color #419885: hue angle of 166.9º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #419885 is Cyan = 0.57, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 65 152 133 -
CMYK 0.57 0 0.13 0.40
HSL 166.9º 0.4% 0.43% -
HSV(B) 166.9º 0.57% 0.6% -
XYZ 17.64 25.27 26.14 -
YUV 123.82 133.18 86.04 -
System Red Green Blue C M Y K H S L
Decimal 65 152 133 0.57 0 0.13 0.40 166.9 0.4 0.43
Hex 41 98 85 39 0 D 28 A7 28 2B
Octal 101 230 205 71 0 15 50 247 50 53
Binary 1000001 10011000 10000101 111001 0 1101 101000 10100111 101000 101011

Color Harmonies of #419885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #419885

Black with #419885

Text Example


Text Example

White with #419885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #419885; }

 p { color: rgb(65,152,133); }

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

background-color css

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

 a { background-color: rgb(65,152,133); }

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

border-color css

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

 span { border-color: rgb(65,152,133); }

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