Html Css Color HEX #40695D Stromboli

📋 copy color: '#40695D'

red 64 ◦ green 105 ◦ blue 93

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

Shades of Stromboli #40695D

Tints of Stromboli #40695D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 40.08%

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

R = 24.43%
G = 40.08%
B = 35.5%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.59

RGB Variations

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

Color information

#40695D (or 0x40695D) is known color: Stromboli. HEX triplet: 40, 69 and 5D. RGB value is (64,105,93). Sum of RGB (Red+Green+Blue) = 64+105+93=262 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.43% from 262); Green value is 105 (41.41% from 255 or 40.08% from 262); Blue value is 93 (36.72% from 255 or 35.50% from 262); Max value from RGB is 105 - color contains mainly: green. Hex color #40695D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40695D is #BF96A2. Grayscale: #5B5B5B. Windows color (decimal): -12555939 or 6121792. OLE color: 6121792.

HSL color Cylindrical-coordinate representation of color #40695D: hue angle of 162.44º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40695D is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 93 -
CMYK 0.39 0 0.11 0.59
HSL 162.44º 0.24% 0.33% -
HSV(B) 162.44º 0.39% 0.41% -
XYZ 9.14 11.98 12.19 -
YUV 91.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 64 105 93 0.39 0 0.11 0.59 162.44 0.24 0.33
Hex 40 69 5D 27 0 B 3B A2 18 21
Octal 100 151 135 47 0 13 73 242 30 41
Binary 1000000 1101001 1011101 100111 0 1011 111011 10100010 11000 100001

Color Harmonies of #40695D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40695D

Black with #40695D

Text Example


Text Example

White with #40695D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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