Html Css Color HEX #406752 Stromboli

📋 copy color: '#406752'

red 64 ◦ green 103 ◦ blue 82

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

Shades of Stromboli #406752

Tints of Stromboli #406752

RGB

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

 GREEN value IS 103 (40.63% from 255) = 41.37%

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

R = 25.7%
G = 41.37%
B = 32.93%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.20

 K value IS 0.60

RGB Variations

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

Color information

#406752 (or 0x406752) is known color: Stromboli. HEX triplet: 40, 67 and 52. RGB value is (64,103,82). Sum of RGB (Red+Green+Blue) = 64+103+82=249 (32% of max value = 765). Red value is 64 (25.39% from 255 or 25.70% from 249); Green value is 103 (40.62% from 255 or 41.37% from 249); Blue value is 82 (32.42% from 255 or 32.93% from 249); Max value from RGB is 103 - color contains mainly: green. Hex color #406752 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406752 is #BF98AD. Grayscale: #585858. Windows color (decimal): -12556462 or 5400384. OLE color: 5400384.

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

Color convert

RGB 64 103 82 -
CMYK 0.38 0 0.20 0.60
HSL 147.69º 0.23% 0.33% -
HSV(B) 147.69º 0.38% 0.4% -
XYZ 8.49 11.4 9.74 -
YUV 88.95 124.08 110.21 -
System Red Green Blue C M Y K H S L
Decimal 64 103 82 0.38 0 0.20 0.60 147.69 0.23 0.33
Hex 40 67 52 26 0 14 3C 94 17 21
Octal 100 147 122 46 0 24 74 224 27 41
Binary 1000000 1100111 1010010 100110 0 10100 111100 10010100 10111 100001

Color Harmonies of #406752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406752

Black with #406752

Text Example


Text Example

White with #406752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406752; }

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

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

background-color css

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

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

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

border-color css

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

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

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