Html Css Color HEX #406954 Stromboli

📋 copy color: '#406954'

red 64 ◦ green 105 ◦ blue 84

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

Shades of Stromboli #406954

Tints of Stromboli #406954

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 25.3%
G = 41.5%
B = 33.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.20

 K value IS 0.59

RGB Variations

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

Color information

#406954 (or 0x406954) is known color: Stromboli. HEX triplet: 40, 69 and 54. RGB value is (64,105,84). Sum of RGB (Red+Green+Blue) = 64+105+84=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 105 - color contains mainly: green. Hex color #406954 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406954 is #BF96AB. Grayscale: #5A5A5A. Windows color (decimal): -12555948 or 5531968. OLE color: 5531968.

HSL color Cylindrical-coordinate representation of color #406954: hue angle of 149.27º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #406954 is Cyan = 0.39, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.59.

Color convert

RGB 64 105 84 -
CMYK 0.39 0 0.20 0.59
HSL 149.27º 0.24% 0.33% -
HSV(B) 149.27º 0.39% 0.41% -
XYZ 8.77 11.83 10.21 -
YUV 90.35 124.42 109.21 -
System Red Green Blue C M Y K H S L
Decimal 64 105 84 0.39 0 0.20 0.59 149.27 0.24 0.33
Hex 40 69 54 27 0 14 3B 95 18 21
Octal 100 151 124 47 0 24 73 225 30 41
Binary 1000000 1101001 1010100 100111 0 10100 111011 10010101 11000 100001

Color Harmonies of #406954

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406954

Black with #406954

Text Example


Text Example

White with #406954

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406954; }

 p { color: rgb(64,105,84); }

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

background-color css

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

 a { background-color: rgb(64,105,84); }

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

border-color css

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

 span { border-color: rgb(64,105,84); }

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