Html Css Color HEX #415952 Stromboli

📋 copy color: '#415952'

red 65 ◦ green 89 ◦ blue 82

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

Shades of Stromboli #415952

Tints of Stromboli #415952

RGB

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

 GREEN value IS 89 (35.16% from 255) = 37.71%

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

R = 27.54%
G = 37.71%
B = 34.75%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.65

RGB Variations

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

Color information

#415952 (or 0x415952) is known color: Stromboli. HEX triplet: 41, 59 and 52. RGB value is (65,89,82). Sum of RGB (Red+Green+Blue) = 65+89+82=236 (31% of max value = 765). Red value is 65 (25.78% from 255 or 27.54% from 236); Green value is 89 (35.16% from 255 or 37.71% from 236); Blue value is 82 (32.42% from 255 or 34.75% from 236); Max value from RGB is 89 - color contains mainly: green. Hex color #415952 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #415952 is #BEA6AD. Grayscale: #515151. Windows color (decimal): -12494510 or 5396801. OLE color: 5396801.

HSL color Cylindrical-coordinate representation of color #415952: hue angle of 162.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #415952 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.65.

Color convert

RGB 65 89 82 -
CMYK 0.27 0 0.08 0.65
HSL 162.5º 0.16% 0.3% -
HSV(B) 162.5º 0.27% 0.35% -
XYZ 7.28 8.88 9.31 -
YUV 81.03 128.55 116.57 -
System Red Green Blue C M Y K H S L
Decimal 65 89 82 0.27 0 0.08 0.65 162.5 0.16 0.3
Hex 41 59 52 1B 0 8 41 A2 10 1E
Octal 101 131 122 33 0 10 101 242 20 36
Binary 1000001 1011001 1010010 11011 0 1000 1000001 10100010 10000 11110

Color Harmonies of #415952

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #415952

Black with #415952

Text Example


Text Example

White with #415952

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #415952; }

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

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

background-color css

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

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

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

border-color css

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

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

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