Html Css Color HEX #416B5E Stromboli

📋 copy color: '#416B5E'

red 65 ◦ green 107 ◦ blue 94

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

Shades of Stromboli #416B5E

Tints of Stromboli #416B5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.34%

R = 24.44%
G = 40.23%
B = 35.34%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.12

 K value IS 0.58

RGB Variations

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

Color information

#416B5E (or 0x416B5E) is known color: Stromboli. HEX triplet: 41, 6B and 5E. RGB value is (65,107,94). Sum of RGB (Red+Green+Blue) = 65+107+94=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 107 (42.19% from 255 or 40.23% from 266); Blue value is 94 (37.11% from 255 or 35.34% from 266); Max value from RGB is 107 - color contains mainly: green. Hex color #416B5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416B5E is #BE94A1. Grayscale: #5C5C5C. Windows color (decimal): -12489890 or 6187841. OLE color: 6187841.

HSL color Cylindrical-coordinate representation of color #416B5E: hue angle of 161.43º 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 #416B5E is Cyan = 0.39, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 107 94 -
CMYK 0.39 0 0.12 0.58
HSL 161.43º 0.24% 0.34% -
HSV(B) 161.43º 0.39% 0.42% -
XYZ 9.46 12.45 12.49 -
YUV 92.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 65 107 94 0.39 0 0.12 0.58 161.43 0.24 0.34
Hex 41 6B 5E 27 0 C 3A A1 18 22
Octal 101 153 136 47 0 14 72 241 30 42
Binary 1000001 1101011 1011110 100111 0 1100 111010 10100001 11000 100010

Color Harmonies of #416B5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416B5E

Black with #416B5E

Text Example


Text Example

White with #416B5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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