Html Css Color HEX #41645B Stromboli

📋 copy color: '#41645B'

red 65 ◦ green 100 ◦ blue 91

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

Shades of Stromboli #41645B

Tints of Stromboli #41645B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

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

R = 25.39%
G = 39.06%
B = 35.55%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#41645B (or 0x41645B) is known color: Stromboli. HEX triplet: 41, 64 and 5B. RGB value is (65,100,91). Sum of RGB (Red+Green+Blue) = 65+100+91=256 (33% of max value = 765). Red value is 65 (25.78% from 255 or 25.39% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 91 (35.94% from 255 or 35.55% from 256); Max value from RGB is 100 - color contains mainly: green. Hex color #41645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #41645B is #BE9BA4. Grayscale: #585858. Windows color (decimal): -12491685 or 5989441. OLE color: 5989441.

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

Color convert

RGB 65 100 91 -
CMYK 0.35 0 0.09 0.61
HSL 164.57º 0.21% 0.32% -
HSV(B) 164.57º 0.35% 0.39% -
XYZ 8.63 10.99 11.56 -
YUV 88.51 129.4 111.23 -
System Red Green Blue C M Y K H S L
Decimal 65 100 91 0.35 0 0.09 0.61 164.57 0.21 0.32
Hex 41 64 5B 23 0 9 3D A5 15 20
Octal 101 144 133 43 0 11 75 245 25 40
Binary 1000001 1100100 1011011 100011 0 1001 111101 10100101 10101 100000

Color Harmonies of #41645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41645B

Black with #41645B

Text Example


Text Example

White with #41645B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41645B; }

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

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

background-color css

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

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

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

border-color css

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

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

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