Html Css Color HEX #406252 Stromboli

📋 copy color: '#406252'

red 64 ◦ green 98 ◦ blue 82

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

Shades of Stromboli #406252

Tints of Stromboli #406252

RGB

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

 GREEN value IS 98 (38.67% from 255) = 40.16%

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

R = 26.23%
G = 40.16%
B = 33.61%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.16

 K value IS 0.62

RGB Variations

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

Color information

#406252 (or 0x406252) is known color: Stromboli. HEX triplet: 40, 62 and 52. RGB value is (64,98,82). Sum of RGB (Red+Green+Blue) = 64+98+82=244 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.23% from 244); Green value is 98 (38.67% from 255 or 40.16% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 98 - color contains mainly: green. Hex color #406252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406252 is #BF9DAD. Grayscale: #565656. Windows color (decimal): -12557742 or 5399104. OLE color: 5399104.

HSL color Cylindrical-coordinate representation of color #406252: hue angle of 151.76º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #406252 is Cyan = 0.35, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 98 82 -
CMYK 0.35 0 0.16 0.62
HSL 151.76º 0.21% 0.32% -
HSV(B) 151.76º 0.35% 0.38% -
XYZ 8.01 10.43 9.57 -
YUV 86.01 125.74 112.3 -
System Red Green Blue C M Y K H S L
Decimal 64 98 82 0.35 0 0.16 0.62 151.76 0.21 0.32
Hex 40 62 52 23 0 10 3E 98 15 20
Octal 100 142 122 43 0 20 76 230 25 40
Binary 1000000 1100010 1010010 100011 0 10000 111110 10011000 10101 100000

Color Harmonies of #406252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406252

Black with #406252

Text Example


Text Example

White with #406252

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406252; }

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

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

background-color css

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

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

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

border-color css

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

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

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