Html Css Color HEX #416B5B Stromboli

📋 copy color: '#416B5B'

red 65 ◦ green 107 ◦ blue 91

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

Shades of Stromboli #416B5B

Tints of Stromboli #416B5B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 40.68%

 BLUE value IS 91 (35.94% from 255) = 34.6%

R = 24.71%
G = 40.68%
B = 34.6%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.15

 K value IS 0.58

RGB Variations

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

Color information

#416B5B (or 0x416B5B) is known color: Stromboli. HEX triplet: 41, 6B and 5B. RGB value is (65,107,91). Sum of RGB (Red+Green+Blue) = 65+107+91=263 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.71% from 263); Green value is 107 (42.19% from 255 or 40.68% from 263); Blue value is 91 (35.94% from 255 or 34.60% from 263); Max value from RGB is 107 - color contains mainly: green. Hex color #416B5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B5B is #BE94A4. Grayscale: #5C5C5C. Windows color (decimal): -12489893 or 5991233. OLE color: 5991233.

HSL color Cylindrical-coordinate representation of color #416B5B: hue angle of 157.14º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #416B5B is Cyan = 0.39, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 107 91 -
CMYK 0.39 0 0.15 0.58
HSL 157.14º 0.24% 0.34% -
HSV(B) 157.14º 0.39% 0.42% -
XYZ 9.33 12.39 11.8 -
YUV 92.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 65 107 91 0.39 0 0.15 0.58 157.14 0.24 0.34
Hex 41 6B 5B 27 0 F 3A 9D 18 22
Octal 101 153 133 47 0 17 72 235 30 42
Binary 1000001 1101011 1011011 100111 0 1111 111010 10011101 11000 100010

Color Harmonies of #416B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B5B

Black with #416B5B

Text Example


Text Example

White with #416B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416B5B; }

 p { color: rgb(65,107,91); }

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

background-color css

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

 a { background-color: rgb(65,107,91); }

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

border-color css

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

 span { border-color: rgb(65,107,91); }

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