Html Css Color HEX #40665A Stromboli

📋 copy color: '#40665A'

red 64 ◦ green 102 ◦ blue 90

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

Shades of Stromboli #40665A

Tints of Stromboli #40665A

RGB

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

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

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

R = 25%
G = 39.84%
B = 35.16%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.12

 K value IS 0.6

RGB Variations

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

Color information

#40665A (or 0x40665A) is known color: Stromboli. HEX triplet: 40, 66 and 5A. RGB value is (64,102,90). Sum of RGB (Red+Green+Blue) = 64+102+90=256 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25% from 256); Green value is 102 (40.23% from 255 or 39.84% from 256); Blue value is 90 (35.55% from 255 or 35.16% from 256); Max value from RGB is 102 - color contains mainly: green. Hex color #40665A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40665A is #BF99A5. Grayscale: #595959. Windows color (decimal): -12556710 or 5924416. OLE color: 5924416.

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

Color convert

RGB 64 102 90 -
CMYK 0.37 0 0.12 0.6
HSL 161.05º 0.23% 0.33% -
HSV(B) 161.05º 0.37% 0.4% -
XYZ 8.71 11.33 11.4 -
YUV 89.27 128.41 109.98 -
System Red Green Blue C M Y K H S L
Decimal 64 102 90 0.37 0 0.12 0.6 161.05 0.23 0.33
Hex 40 66 5A 25 0 C 3C A1 17 21
Octal 100 146 132 45 0 14 74 241 27 41
Binary 1000000 1100110 1011010 100101 0 1100 111100 10100001 10111 100001

Color Harmonies of #40665A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40665A

Black with #40665A

Text Example


Text Example

White with #40665A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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