Html Css Color HEX #40665D Stromboli

📋 copy color: '#40665D'

red 64 ◦ green 102 ◦ blue 93

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

Shades of Stromboli #40665D

Tints of Stromboli #40665D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.38%

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

R = 24.71%
G = 39.38%
B = 35.91%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.09

 K value IS 0.6

RGB Variations

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

Color information

#40665D (or 0x40665D) is known color: Stromboli. HEX triplet: 40, 66 and 5D. RGB value is (64,102,93). Sum of RGB (Red+Green+Blue) = 64+102+93=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 102 (40.23% from 255 or 39.38% from 259); Blue value is 93 (36.72% from 255 or 35.91% from 259); Max value from RGB is 102 - color contains mainly: green. Hex color #40665D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40665D is #BF99A2. Grayscale: #595959. Windows color (decimal): -12556707 or 6121024. OLE color: 6121024.

HSL color Cylindrical-coordinate representation of color #40665D: hue angle of 165.79º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40665D is Cyan = 0.37, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 93 -
CMYK 0.37 0 0.09 0.6
HSL 165.79º 0.23% 0.33% -
HSV(B) 165.79º 0.37% 0.4% -
XYZ 8.84 11.38 12.09 -
YUV 89.61 129.91 109.73 -
System Red Green Blue C M Y K H S L
Decimal 64 102 93 0.37 0 0.09 0.6 165.79 0.23 0.33
Hex 40 66 5D 25 0 9 3C A6 17 21
Octal 100 146 135 45 0 11 74 246 27 41
Binary 1000000 1100110 1011101 100101 0 1001 111100 10100110 10111 100001

Color Harmonies of #40665D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40665D

Black with #40665D

Text Example


Text Example

White with #40665D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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