Html Css Color HEX #406852 Stromboli

📋 copy color: '#406852'

red 64 ◦ green 104 ◦ blue 82

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

Shades of Stromboli #406852

Tints of Stromboli #406852

RGB

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

 GREEN value IS 104 (41.02% from 255) = 41.6%

 BLUE value IS 82 (32.42% from 255) = 32.8%

R = 25.6%
G = 41.6%
B = 32.8%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.21

 K value IS 0.59

RGB Variations

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

Color information

#406852 (or 0x406852) is known color: Stromboli. HEX triplet: 40, 68 and 52. RGB value is (64,104,82). Sum of RGB (Red+Green+Blue) = 64+104+82=250 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.6% from 250); Green value is 104 (41.02% from 255 or 41.6% from 250); Blue value is 82 (32.42% from 255 or 32.8% from 250); Max value from RGB is 104 - color contains mainly: green. Hex color #406852 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406852 is #BF97AD. Grayscale: #595959. Windows color (decimal): -12556206 or 5400640. OLE color: 5400640.

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

Color convert

RGB 64 104 82 -
CMYK 0.38 0 0.21 0.59
HSL 147º 0.24% 0.33% -
HSV(B) 147º 0.38% 0.41% -
XYZ 8.59 11.6 9.77 -
YUV 89.53 123.75 109.79 -
System Red Green Blue C M Y K H S L
Decimal 64 104 82 0.38 0 0.21 0.59 147 0.24 0.33
Hex 40 68 52 26 0 15 3B 93 18 21
Octal 100 150 122 46 0 25 73 223 30 41
Binary 1000000 1101000 1010010 100110 0 10101 111011 10010011 11000 100001

Color Harmonies of #406852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406852

Black with #406852

Text Example


Text Example

White with #406852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406852; }

 p { color: rgb(64,104,82); }

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

background-color css

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

 a { background-color: rgb(64,104,82); }

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

border-color css

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

 span { border-color: rgb(64,104,82); }

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