Html Css Color HEX #416C5B Stromboli

📋 copy color: '#416C5B'

red 65 ◦ green 108 ◦ blue 91

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

Shades of Stromboli #416C5B

Tints of Stromboli #416C5B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

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

R = 24.62%
G = 40.91%
B = 34.47%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.16

 K value IS 0.58

RGB Variations

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

Color information

#416C5B (or 0x416C5B) is known color: Stromboli. HEX triplet: 41, 6C and 5B. RGB value is (65,108,91). Sum of RGB (Red+Green+Blue) = 65+108+91=264 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.62% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 91 (35.94% from 255 or 34.47% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #416C5B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416C5B is #BE93A4. Grayscale: #5D5D5D. Windows color (decimal): -12489637 or 5991489. OLE color: 5991489.

HSL color Cylindrical-coordinate representation of color #416C5B: hue angle of 156.28º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #416C5B is Cyan = 0.40, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.58.

Color convert

RGB 65 108 91 -
CMYK 0.40 0 0.16 0.58
HSL 156.28º 0.25% 0.34% -
HSV(B) 156.28º 0.4% 0.42% -
XYZ 9.43 12.6 11.83 -
YUV 93.21 126.75 107.88 -
System Red Green Blue C M Y K H S L
Decimal 65 108 91 0.40 0 0.16 0.58 156.28 0.25 0.34
Hex 41 6C 5B 28 0 10 3A 9C 19 22
Octal 101 154 133 50 0 20 72 234 31 42
Binary 1000001 1101100 1011011 101000 0 10000 111010 10011100 11001 100010

Color Harmonies of #416C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416C5B

Black with #416C5B

Text Example


Text Example

White with #416C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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