Html Css Color HEX #40635D Stromboli

📋 copy color: '#40635D'

red 64 ◦ green 99 ◦ blue 93

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

Shades of Stromboli #40635D

Tints of Stromboli #40635D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 25%
G = 38.67%
B = 36.33%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.06

 K value IS 0.61

RGB Variations

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

Color information

#40635D (or 0x40635D) is known color: Stromboli. HEX triplet: 40, 63 and 5D. RGB value is (64,99,93). Sum of RGB (Red+Green+Blue) = 64+99+93=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 99 - color contains mainly: green. Hex color #40635D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40635D is #BF9CA2. Grayscale: #575757. Windows color (decimal): -12557475 or 6120256. OLE color: 6120256.

HSL color Cylindrical-coordinate representation of color #40635D: hue angle of 169.71º 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 #40635D is Cyan = 0.35, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB 64 99 93 -
CMYK 0.35 0 0.06 0.61
HSL 169.71º 0.21% 0.32% -
HSV(B) 169.71º 0.35% 0.39% -
XYZ 8.55 10.8 11.99 -
YUV 87.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 64 99 93 0.35 0 0.06 0.61 169.71 0.21 0.32
Hex 40 63 5D 23 0 6 3D AA 15 20
Octal 100 143 135 43 0 6 75 252 25 40
Binary 1000000 1100011 1011101 100011 0 110 111101 10101010 10101 100000

Color Harmonies of #40635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40635D

Black with #40635D

Text Example


Text Example

White with #40635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #40635D; }

 p { color: rgb(64,99,93); }

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

background-color css

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

 a { background-color: rgb(64,99,93); }

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

border-color css

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

 span { border-color: rgb(64,99,93); }

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