Html Css Color HEX #40635C Stromboli

📋 copy color: '#40635C'

red 64 ◦ green 99 ◦ blue 92

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

Shades of Stromboli #40635C

Tints of Stromboli #40635C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 36.08%

R = 25.1%
G = 38.82%
B = 36.08%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.07

 K value IS 0.61

RGB Variations

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

Color information

#40635C (or 0x40635C) is known color: Stromboli. HEX triplet: 40, 63 and 5C. RGB value is (64,99,92). Sum of RGB (Red+Green+Blue) = 64+99+92=255 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.10% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 92 (36.33% from 255 or 36.08% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #40635C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40635C is #BF9CA3. Grayscale: #575757. Windows color (decimal): -12557476 or 6054720. OLE color: 6054720.

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

Color convert

RGB 64 99 92 -
CMYK 0.35 0 0.07 0.61
HSL 168º 0.21% 0.32% -
HSV(B) 168º 0.35% 0.39% -
XYZ 8.51 10.79 11.76 -
YUV 87.74 130.4 111.07 -
System Red Green Blue C M Y K H S L
Decimal 64 99 92 0.35 0 0.07 0.61 168 0.21 0.32
Hex 40 63 5C 23 0 7 3D A8 15 20
Octal 100 143 134 43 0 7 75 250 25 40
Binary 1000000 1100011 1011100 100011 0 111 111101 10101000 10101 100000

Color Harmonies of #40635C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40635C

Black with #40635C

Text Example


Text Example

White with #40635C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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