Html Css Color HEX #40645B Stromboli

📋 copy color: '#40645B'

red 64 ◦ green 100 ◦ blue 91

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

Shades of Stromboli #40645B

Tints of Stromboli #40645B

RGB

 RED value IS 64 (25.39% from 255) = 25.1%

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

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

R = 25.1%
G = 39.22%
B = 35.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.09

 K value IS 0.61

RGB Variations

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

Color information

#40645B (or 0x40645B) is known color: Stromboli. HEX triplet: 40, 64 and 5B. RGB value is (64,100,91). Sum of RGB (Red+Green+Blue) = 64+100+91=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 100 (39.45% from 255 or 39.22% from 255); Blue value is 91 (35.94% from 255 or 35.69% from 255); Max value from RGB is 100 - color contains mainly: green. Hex color #40645B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40645B is #BF9BA4. Grayscale: #585858. Windows color (decimal): -12557221 or 5989440. OLE color: 5989440.

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

Color convert

RGB 64 100 91 -
CMYK 0.36 0 0.09 0.61
HSL 165º 0.22% 0.32% -
HSV(B) 165º 0.36% 0.39% -
XYZ 8.56 10.96 11.56 -
YUV 88.21 129.57 110.73 -
System Red Green Blue C M Y K H S L
Decimal 64 100 91 0.36 0 0.09 0.61 165 0.22 0.32
Hex 40 64 5B 24 0 9 3D A5 16 20
Octal 100 144 133 44 0 11 75 245 26 40
Binary 1000000 1100100 1011011 100100 0 1001 111101 10100101 10110 100000

Color Harmonies of #40645B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40645B

Black with #40645B

Text Example


Text Example

White with #40645B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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