Html Css Color HEX #416861 Stromboli

📋 copy color: '#416861'

red 65 ◦ green 104 ◦ blue 97

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

Shades of Stromboli #416861

Tints of Stromboli #416861

RGB

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

 GREEN value IS 104 (41.02% from 255) = 39.1%

 BLUE value IS 97 (38.28% from 255) = 36.47%

R = 24.44%
G = 39.1%
B = 36.47%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.07

 K value IS 0.59

RGB Variations

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

Color information

#416861 (or 0x416861) is known color: Stromboli. HEX triplet: 41, 68 and 61. RGB value is (65,104,97). Sum of RGB (Red+Green+Blue) = 65+104+97=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 97 (38.28% from 255 or 36.47% from 266); Max value from RGB is 104 - color contains mainly: green. Hex color #416861 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416861 is #BE979E. Grayscale: #5B5B5B. Windows color (decimal): -12490655 or 6383681. OLE color: 6383681.

HSL color Cylindrical-coordinate representation of color #416861: hue angle of 169.23º degrees, saturation: 0.23, 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 #416861 is Cyan = 0.38, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.59.

Color convert

RGB 65 104 97 -
CMYK 0.38 0 0.07 0.59
HSL 169.23º 0.23% 0.33% -
HSV(B) 169.23º 0.38% 0.41% -
XYZ 9.29 11.89 13.11 -
YUV 91.54 131.08 109.07 -
System Red Green Blue C M Y K H S L
Decimal 65 104 97 0.38 0 0.07 0.59 169.23 0.23 0.33
Hex 41 68 61 26 0 7 3B A9 17 21
Octal 101 150 141 46 0 7 73 251 27 41
Binary 1000001 1101000 1100001 100110 0 111 111011 10101001 10111 100001

Color Harmonies of #416861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416861

Black with #416861

Text Example


Text Example

White with #416861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416861; }

 p { color: rgb(65,104,97); }

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

background-color css

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

 a { background-color: rgb(65,104,97); }

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

border-color css

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

 span { border-color: rgb(65,104,97); }

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