Html Css Color HEX #406052 Stromboli

📋 copy color: '#406052'

red 64 ◦ green 96 ◦ blue 82

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

Shades of Stromboli #406052

Tints of Stromboli #406052

RGB

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

 GREEN value IS 96 (37.89% from 255) = 39.67%

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

R = 26.45%
G = 39.67%
B = 33.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.15

 K value IS 0.62

RGB Variations

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

Color information

#406052 (or 0x406052) is known color: Stromboli. HEX triplet: 40, 60 and 52. RGB value is (64,96,82). Sum of RGB (Red+Green+Blue) = 64+96+82=242 (32% of max value = 765). Red value is 64 (25.39% from 255 or 26.45% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 82 (32.42% from 255 or 33.88% from 242); Max value from RGB is 96 - color contains mainly: green. Hex color #406052 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406052 is #BF9FAD. Grayscale: #545454. Windows color (decimal): -12558254 or 5398592. OLE color: 5398592.

HSL color Cylindrical-coordinate representation of color #406052: hue angle of 153.75º degrees, saturation: 0.2, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #406052 is Cyan = 0.33, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.62.

Color convert

RGB 64 96 82 -
CMYK 0.33 0 0.15 0.62
HSL 153.75º 0.2% 0.31% -
HSV(B) 153.75º 0.33% 0.38% -
XYZ 7.82 10.06 9.51 -
YUV 84.84 126.4 113.14 -
System Red Green Blue C M Y K H S L
Decimal 64 96 82 0.33 0 0.15 0.62 153.75 0.2 0.31
Hex 40 60 52 21 0 F 3E 9A 14 1F
Octal 100 140 122 41 0 17 76 232 24 37
Binary 1000000 1100000 1010010 100001 0 1111 111110 10011010 10100 11111

Color Harmonies of #406052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406052

Black with #406052

Text Example


Text Example

White with #406052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406052; }

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

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

background-color css

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

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

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

border-color css

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

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

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