Html Css Color HEX #40645F Stromboli

📋 copy color: '#40645F'

red 64 ◦ green 100 ◦ blue 95

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

Shades of Stromboli #40645F

Tints of Stromboli #40645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.68%

R = 24.71%
G = 38.61%
B = 36.68%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.05

 K value IS 0.61

RGB Variations

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

Color information

#40645F (or 0x40645F) is known color: Stromboli. HEX triplet: 40, 64 and 5F. RGB value is (64,100,95). Sum of RGB (Red+Green+Blue) = 64+100+95=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 100 (39.45% from 255 or 38.61% from 259); Blue value is 95 (37.5% from 255 or 36.68% from 259); Max value from RGB is 100 - color contains mainly: green. Hex color #40645F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40645F is #BF9BA0. Grayscale: #585858. Windows color (decimal): -12557217 or 6251584. OLE color: 6251584.

HSL color Cylindrical-coordinate representation of color #40645F: hue angle of 171.67º 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 #40645F is Cyan = 0.36, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 100 95 -
CMYK 0.36 0 0.05 0.61
HSL 171.67º 0.22% 0.32% -
HSV(B) 171.67º 0.36% 0.39% -
XYZ 8.74 11.03 12.5 -
YUV 88.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 64 100 95 0.36 0 0.05 0.61 171.67 0.22 0.32
Hex 40 64 5F 24 0 5 3D AC 16 20
Octal 100 144 137 44 0 5 75 254 26 40
Binary 1000000 1100100 1011111 100100 0 101 111101 10101100 10110 100000

Color Harmonies of #40645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40645F

Black with #40645F

Text Example


Text Example

White with #40645F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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