Html Css Color HEX #40665B Stromboli

📋 copy color: '#40665B'

red 64 ◦ green 102 ◦ blue 91

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

Shades of Stromboli #40665B

Tints of Stromboli #40665B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.41%

R = 24.9%
G = 39.69%
B = 35.41%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.11

 K value IS 0.6

RGB Variations

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

Color information

#40665B (or 0x40665B) is known color: Stromboli. HEX triplet: 40, 66 and 5B. RGB value is (64,102,91). Sum of RGB (Red+Green+Blue) = 64+102+91=257 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.90% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 91 (35.94% from 255 or 35.41% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #40665B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40665B is #BF99A4. Grayscale: #595959. Windows color (decimal): -12556709 or 5989952. OLE color: 5989952.

HSL color Cylindrical-coordinate representation of color #40665B: hue angle of 162.63º 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 #40665B is Cyan = 0.37, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 91 -
CMYK 0.37 0 0.11 0.6
HSL 162.63º 0.23% 0.33% -
HSV(B) 162.63º 0.37% 0.4% -
XYZ 8.75 11.35 11.63 -
YUV 89.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 64 102 91 0.37 0 0.11 0.6 162.63 0.23 0.33
Hex 40 66 5B 25 0 B 3C A3 17 21
Octal 100 146 133 45 0 13 74 243 27 41
Binary 1000000 1100110 1011011 100101 0 1011 111100 10100011 10111 100001

Color Harmonies of #40665B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40665B

Black with #40665B

Text Example


Text Example

White with #40665B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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