Html Css Color HEX #40665E Stromboli

📋 copy color: '#40665E'

red 64 ◦ green 102 ◦ blue 94

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

Shades of Stromboli #40665E

Tints of Stromboli #40665E

RGB

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

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

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

R = 24.62%
G = 39.23%
B = 36.15%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.08

 K value IS 0.6

RGB Variations

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

Color information

#40665E (or 0x40665E) is known color: Stromboli. HEX triplet: 40, 66 and 5E. RGB value is (64,102,94). Sum of RGB (Red+Green+Blue) = 64+102+94=260 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.62% from 260); Green value is 102 (40.23% from 255 or 39.23% from 260); Blue value is 94 (37.11% from 255 or 36.15% from 260); Max value from RGB is 102 - color contains mainly: green. Hex color #40665E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40665E is #BF99A1. Grayscale: #595959. Windows color (decimal): -12556706 or 6186560. OLE color: 6186560.

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

Color convert

RGB 64 102 94 -
CMYK 0.37 0 0.08 0.6
HSL 167.37º 0.23% 0.33% -
HSV(B) 167.37º 0.37% 0.4% -
XYZ 8.89 11.4 12.32 -
YUV 89.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 64 102 94 0.37 0 0.08 0.6 167.37 0.23 0.33
Hex 40 66 5E 25 0 8 3C A7 17 21
Octal 100 146 136 45 0 10 74 247 27 41
Binary 1000000 1100110 1011110 100101 0 1000 111100 10100111 10111 100001

Color Harmonies of #40665E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40665E

Black with #40665E

Text Example


Text Example

White with #40665E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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