Html Css Color HEX #416352 Stromboli

📋 copy color: '#416352'

red 65 ◦ green 99 ◦ blue 82

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

Shades of Stromboli #416352

Tints of Stromboli #416352

RGB

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

 GREEN value IS 99 (39.06% from 255) = 40.24%

 BLUE value IS 82 (32.42% from 255) = 33.33%

R = 26.42%
G = 40.24%
B = 33.33%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.17

 K value IS 0.61

RGB Variations

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

Color information

#416352 (or 0x416352) is known color: Stromboli. HEX triplet: 41, 63 and 52. RGB value is (65,99,82). Sum of RGB (Red+Green+Blue) = 65+99+82=246 (32% of max value = 765). Red value is 65 (25.78% from 255 or 26.42% from 246); Green value is 99 (39.06% from 255 or 40.24% from 246); Blue value is 82 (32.42% from 255 or 33.33% from 246); Max value from RGB is 99 - color contains mainly: green. Hex color #416352 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #416352 is #BE9CAD. Grayscale: #565656. Windows color (decimal): -12491950 or 5399361. OLE color: 5399361.

HSL color Cylindrical-coordinate representation of color #416352: hue angle of 150º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #416352 is Cyan = 0.34, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.61.

Color convert

RGB 65 99 82 -
CMYK 0.34 0 0.17 0.61
HSL 150º 0.21% 0.32% -
HSV(B) 150º 0.34% 0.39% -
XYZ 8.16 10.66 9.61 -
YUV 86.9 125.24 112.38 -
System Red Green Blue C M Y K H S L
Decimal 65 99 82 0.34 0 0.17 0.61 150 0.21 0.32
Hex 41 63 52 22 0 11 3D 96 15 20
Octal 101 143 122 42 0 21 75 226 25 40
Binary 1000001 1100011 1010010 100010 0 10001 111101 10010110 10101 100000

Color Harmonies of #416352

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416352

Black with #416352

Text Example


Text Example

White with #416352

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416352; }

 p { color: rgb(65,99,82); }

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

background-color css

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

 a { background-color: rgb(65,99,82); }

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

border-color css

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

 span { border-color: rgb(65,99,82); }

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