Html Css Color HEX #406652 Stromboli

📋 copy color: '#406652'

red 64 ◦ green 102 ◦ blue 82

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

Shades of Stromboli #406652

Tints of Stromboli #406652

RGB

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

 GREEN value IS 102 (40.23% from 255) = 41.13%

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

R = 25.81%
G = 41.13%
B = 33.06%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.20

 K value IS 0.6

RGB Variations

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

Color information

#406652 (or 0x406652) is known color: Stromboli. HEX triplet: 40, 66 and 52. RGB value is (64,102,82). Sum of RGB (Red+Green+Blue) = 64+102+82=248 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.81% from 248); Green value is 102 (40.23% from 255 or 41.13% from 248); Blue value is 82 (32.42% from 255 or 33.06% from 248); Max value from RGB is 102 - color contains mainly: green. Hex color #406652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406652 is #BF99AD. Grayscale: #585858. Windows color (decimal): -12556718 or 5400128. OLE color: 5400128.

HSL color Cylindrical-coordinate representation of color #406652: hue angle of 148.42º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #406652 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 82 -
CMYK 0.37 0 0.20 0.6
HSL 148.42º 0.23% 0.33% -
HSV(B) 148.42º 0.37% 0.4% -
XYZ 8.39 11.2 9.7 -
YUV 88.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 64 102 82 0.37 0 0.20 0.6 148.42 0.23 0.33
Hex 40 66 52 25 0 14 3C 94 17 21
Octal 100 146 122 45 0 24 74 224 27 41
Binary 1000000 1100110 1010010 100101 0 10100 111100 10010100 10111 100001

Color Harmonies of #406652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406652

Black with #406652

Text Example


Text Example

White with #406652

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406652; }

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

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

background-color css

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

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

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

border-color css

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

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

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