Html Css Color HEX #40695E Stromboli

📋 copy color: '#40695E'

red 64 ◦ green 105 ◦ blue 94

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

Shades of Stromboli #40695E

Tints of Stromboli #40695E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 35.74%

R = 24.33%
G = 39.92%
B = 35.74%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.10

 K value IS 0.59

RGB Variations

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

Color information

#40695E (or 0x40695E) is known color: Stromboli. HEX triplet: 40, 69 and 5E. RGB value is (64,105,94). Sum of RGB (Red+Green+Blue) = 64+105+94=263 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.33% from 263); Green value is 105 (41.41% from 255 or 39.92% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 105 - color contains mainly: green. Hex color #40695E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40695E is #BF96A1. Grayscale: #5B5B5B. Windows color (decimal): -12555938 or 6187328. OLE color: 6187328.

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

Color convert

RGB 64 105 94 -
CMYK 0.39 0 0.10 0.59
HSL 163.9º 0.24% 0.33% -
HSV(B) 163.9º 0.39% 0.41% -
XYZ 9.19 12 12.42 -
YUV 91.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 64 105 94 0.39 0 0.10 0.59 163.9 0.24 0.33
Hex 40 69 5E 27 0 A 3B A4 18 21
Octal 100 151 136 47 0 12 73 244 30 41
Binary 1000000 1101001 1011110 100111 0 1010 111011 10100100 11000 100001

Color Harmonies of #40695E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40695E

Black with #40695E

Text Example


Text Example

White with #40695E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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