Html Css Color HEX #40655E Stromboli

📋 copy color: '#40655E'

red 64 ◦ green 101 ◦ blue 94

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

Shades of Stromboli #40655E

Tints of Stromboli #40655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39%

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

R = 24.71%
G = 39%
B = 36.29%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.07

 K value IS 0.60

RGB Variations

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

Color information

#40655E (or 0x40655E) is known color: Stromboli. HEX triplet: 40, 65 and 5E. RGB value is (64,101,94). Sum of RGB (Red+Green+Blue) = 64+101+94=259 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.71% from 259); Green value is 101 (39.84% from 255 or 39.00% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 101 - color contains mainly: green. Hex color #40655E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #40655E is #BF9AA1. Grayscale: #595959. Windows color (decimal): -12556962 or 6186304. OLE color: 6186304.

HSL color Cylindrical-coordinate representation of color #40655E: hue angle of 168.65º degrees, saturation: 0.22, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #40655E is Cyan = 0.37, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 101 94 -
CMYK 0.37 0 0.07 0.60
HSL 168.65º 0.22% 0.32% -
HSV(B) 168.65º 0.37% 0.4% -
XYZ 8.79 11.21 12.29 -
YUV 89.14 130.74 110.07 -
System Red Green Blue C M Y K H S L
Decimal 64 101 94 0.37 0 0.07 0.60 168.65 0.22 0.32
Hex 40 65 5E 25 0 7 3C A9 16 20
Octal 100 145 136 45 0 7 74 251 26 40
Binary 1000000 1100101 1011110 100101 0 111 111100 10101001 10110 100000

Color Harmonies of #40655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40655E

Black with #40655E

Text Example


Text Example

White with #40655E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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