Html Css Color HEX #40665F Stromboli

📋 copy color: '#40665F'

red 64 ◦ green 102 ◦ blue 95

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

Shades of Stromboli #40665F

Tints of Stromboli #40665F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 36.4%

R = 24.52%
G = 39.08%
B = 36.4%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.6

RGB Variations

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

Color information

#40665F (or 0x40665F) is known color: Stromboli. HEX triplet: 40, 66 and 5F. RGB value is (64,102,95). Sum of RGB (Red+Green+Blue) = 64+102+95=261 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.52% from 261); Green value is 102 (40.23% from 255 or 39.08% from 261); Blue value is 95 (37.5% from 255 or 36.40% from 261); Max value from RGB is 102 - color contains mainly: green. Hex color #40665F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40665F is #BF99A0. Grayscale: #595959. Windows color (decimal): -12556705 or 6252096. OLE color: 6252096.

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

Color convert

RGB 64 102 95 -
CMYK 0.37 0 0.07 0.6
HSL 168.95º 0.23% 0.33% -
HSV(B) 168.95º 0.37% 0.4% -
XYZ 8.93 11.42 12.56 -
YUV 89.84 130.91 109.57 -
System Red Green Blue C M Y K H S L
Decimal 64 102 95 0.37 0 0.07 0.6 168.95 0.23 0.33
Hex 40 66 5F 25 0 7 3C A9 17 21
Octal 100 146 137 45 0 7 74 251 27 41
Binary 1000000 1100110 1011111 100101 0 111 111100 10101001 10111 100001

Color Harmonies of #40665F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40665F

Black with #40665F

Text Example


Text Example

White with #40665F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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