Html Css Color HEX #40695A Stromboli

📋 copy color: '#40695A'

red 64 ◦ green 105 ◦ blue 90

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

Shades of Stromboli #40695A

Tints of Stromboli #40695A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 34.75%

R = 24.71%
G = 40.54%
B = 34.75%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.59

RGB Variations

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

Color information

#40695A (or 0x40695A) is known color: Stromboli. HEX triplet: 40, 69 and 5A. RGB value is (64,105,90). Sum of RGB (Red+Green+Blue) = 64+105+90=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 105 (41.41% from 255 or 40.54% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 105 - color contains mainly: green. Hex color #40695A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40695A is #BF96A5. Grayscale: #5B5B5B. Windows color (decimal): -12555942 or 5925184. OLE color: 5925184.

HSL color Cylindrical-coordinate representation of color #40695A: hue angle of 158.05º 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 #40695A is Cyan = 0.39, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 90 -
CMYK 0.39 0 0.14 0.59
HSL 158.05º 0.24% 0.33% -
HSV(B) 158.05º 0.39% 0.41% -
XYZ 9.01 11.93 11.5 -
YUV 91.03 127.42 108.72 -
System Red Green Blue C M Y K H S L
Decimal 64 105 90 0.39 0 0.14 0.59 158.05 0.24 0.33
Hex 40 69 5A 27 0 E 3B 9E 18 21
Octal 100 151 132 47 0 16 73 236 30 41
Binary 1000000 1101001 1011010 100111 0 1110 111011 10011110 11000 100001

Color Harmonies of #40695A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40695A

Black with #40695A

Text Example


Text Example

White with #40695A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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