Html Css Color HEX #416155 Stromboli

📋 copy color: '#416155'

red 65 ◦ green 97 ◦ blue 85

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

Shades of Stromboli #416155

Tints of Stromboli #416155

RGB

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

 GREEN value IS 97 (38.28% from 255) = 39.27%

 BLUE value IS 85 (33.59% from 255) = 34.41%

R = 26.32%
G = 39.27%
B = 34.41%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.12

 K value IS 0.62

RGB Variations

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

Color information

#416155 (or 0x416155) is known color: Stromboli. HEX triplet: 41, 61 and 55. RGB value is (65,97,85). Sum of RGB (Red+Green+Blue) = 65+97+85=247 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.32% from 247); Green value is 97 (38.28% from 255 or 39.27% from 247); Blue value is 85 (33.59% from 255 or 34.41% from 247); Max value from RGB is 97 - color contains mainly: green. Hex color #416155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416155 is #BE9EAA. Grayscale: #565656. Windows color (decimal): -12492459 or 5595457. OLE color: 5595457.

HSL color Cylindrical-coordinate representation of color #416155: hue angle of 157.5º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #416155 is Cyan = 0.33, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB 65 97 85 -
CMYK 0.33 0 0.12 0.62
HSL 157.5º 0.2% 0.32% -
HSV(B) 157.5º 0.33% 0.38% -
XYZ 8.09 10.33 10.16 -
YUV 86.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 65 97 85 0.33 0 0.12 0.62 157.5 0.2 0.32
Hex 41 61 55 21 0 C 3E 9E 14 20
Octal 101 141 125 41 0 14 76 236 24 40
Binary 1000001 1100001 1010101 100001 0 1100 111110 10011110 10100 100000

Color Harmonies of #416155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416155

Black with #416155

Text Example


Text Example

White with #416155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416155; }

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

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

background-color css

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

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

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

border-color css

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

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

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