Html Css Color HEX #406653 Stromboli

📋 copy color: '#406653'

red 64 ◦ green 102 ◦ blue 83

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

Shades of Stromboli #406653

Tints of Stromboli #406653

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 33.33%

R = 25.7%
G = 40.96%
B = 33.33%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.19

 K value IS 0.6

RGB Variations

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

Color information

#406653 (or 0x406653) is known color: Stromboli. HEX triplet: 40, 66 and 53. RGB value is (64,102,83). Sum of RGB (Red+Green+Blue) = 64+102+83=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 102 - color contains mainly: green. Hex color #406653 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406653 is #BF99AC. Grayscale: #585858. Windows color (decimal): -12556717 or 5465664. OLE color: 5465664.

HSL color Cylindrical-coordinate representation of color #406653: hue angle of 150º 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 #406653 is Cyan = 0.37, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.6.

Color convert

RGB 64 102 83 -
CMYK 0.37 0 0.19 0.6
HSL 150º 0.23% 0.33% -
HSV(B) 150º 0.37% 0.4% -
XYZ 8.43 11.22 9.9 -
YUV 88.47 124.91 110.54 -
System Red Green Blue C M Y K H S L
Decimal 64 102 83 0.37 0 0.19 0.6 150 0.23 0.33
Hex 40 66 53 25 0 13 3C 96 17 21
Octal 100 146 123 45 0 23 74 226 27 41
Binary 1000000 1100110 1010011 100101 0 10011 111100 10010110 10111 100001

Color Harmonies of #406653

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406653

Black with #406653

Text Example


Text Example

White with #406653

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406653; }

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

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

background-color css

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

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

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

border-color css

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

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

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