Html Css Color HEX #406F68 Dark Green Copper

📋 copy color: '#406F68'

red 64 ◦ green 111 ◦ blue 104

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

Shades of Dark Green Copper #406F68

Tints of Dark Green Copper #406F68

RGB

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

 GREEN value IS 111 (43.75% from 255) = 39.78%

 BLUE value IS 104 (41.02% from 255) = 37.28%

R = 22.94%
G = 39.78%
B = 37.28%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.56

RGB Variations

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

Color information

#406F68 (or 0x406F68) is known color: Dark Green Copper. HEX triplet: 40, 6F and 68. RGB value is (64,111,104). Sum of RGB (Red+Green+Blue) = 64+111+104=279 (36% of max value = 765). Red value is 64 (25.39% from 255 or 22.94% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 104 (41.02% from 255 or 37.28% from 279); Max value from RGB is 111 - color contains mainly: green. Hex color #406F68 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406F68 is #BF9097. Grayscale: #606060. Windows color (decimal): -12554392 or 6844224. OLE color: 6844224.

HSL color Cylindrical-coordinate representation of color #406F68: hue angle of 171.06º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #406F68 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 111 104 -
CMYK 0.42 0 0.06 0.56
HSL 171.06º 0.27% 0.34% -
HSV(B) 171.06º 0.42% 0.44% -
XYZ 10.3 13.46 15.15 -
YUV 96.15 132.43 105.07 -
System Red Green Blue C M Y K H S L
Decimal 64 111 104 0.42 0 0.06 0.56 171.06 0.27 0.34
Hex 40 6F 68 2A 0 6 38 AB 1B 22
Octal 100 157 150 52 0 6 70 253 33 42
Binary 1000000 1101111 1101000 101010 0 110 111000 10101011 11011 100010

Color Harmonies of #406F68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406F68

Black with #406F68

Text Example


Text Example

White with #406F68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406F68; }

 p { color: rgb(64,111,104); }

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

background-color css

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

 a { background-color: rgb(64,111,104); }

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

border-color css

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

 span { border-color: rgb(64,111,104); }

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