Html Css Color HEX #416959 Stromboli

📋 copy color: '#416959'

red 65 ◦ green 105 ◦ blue 89

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

Shades of Stromboli #416959

Tints of Stromboli #416959

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.54%

 BLUE value IS 89 (35.16% from 255) = 34.36%

R = 25.1%
G = 40.54%
B = 34.36%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.15

 K value IS 0.59

RGB Variations

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

Color information

#416959 (or 0x416959) is known color: Stromboli. HEX triplet: 41, 69 and 59. RGB value is (65,105,89). Sum of RGB (Red+Green+Blue) = 65+105+89=259 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25.10% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 89 (35.16% from 255 or 34.36% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #416959 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416959 is #BE96A6. Grayscale: #5B5B5B. Windows color (decimal): -12490407 or 5859649. OLE color: 5859649.

HSL color Cylindrical-coordinate representation of color #416959: hue angle of 156º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #416959 is Cyan = 0.38, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 105 89 -
CMYK 0.38 0 0.15 0.59
HSL 156º 0.24% 0.33% -
HSV(B) 156º 0.38% 0.41% -
XYZ 9.03 11.95 11.28 -
YUV 91.22 126.75 109.3 -
System Red Green Blue C M Y K H S L
Decimal 65 105 89 0.38 0 0.15 0.59 156 0.24 0.33
Hex 41 69 59 26 0 F 3B 9C 18 21
Octal 101 151 131 46 0 17 73 234 30 41
Binary 1000001 1101001 1011001 100110 0 1111 111011 10011100 11000 100001

Color Harmonies of #416959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416959

Black with #416959

Text Example


Text Example

White with #416959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416959; }

 p { color: rgb(65,105,89); }

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

background-color css

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

 a { background-color: rgb(65,105,89); }

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

border-color css

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

 span { border-color: rgb(65,105,89); }

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