Html Css Color HEX #407066 Dark Green Copper

📋 copy color: '#407066'

red 64 ◦ green 112 ◦ blue 102

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

Shades of Dark Green Copper #407066

Tints of Dark Green Copper #407066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 102 (40.23% from 255) = 36.69%

R = 23.02%
G = 40.29%
B = 36.69%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#407066 (or 0x407066) is known color: Dark Green Copper. HEX triplet: 40, 70 and 66. RGB value is (64,112,102). Sum of RGB (Red+Green+Blue) = 64+112+102=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 102 (40.23% from 255 or 36.69% from 278); Max value from RGB is 112 - color contains mainly: green. Hex color #407066 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407066 is #BF8F99. Grayscale: #606060. Windows color (decimal): -12554138 or 6713408. OLE color: 6713408.

HSL color Cylindrical-coordinate representation of color #407066: hue angle of 167.5º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #407066 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 112 102 -
CMYK 0.43 0 0.09 0.56
HSL 167.5º 0.27% 0.35% -
HSV(B) 167.5º 0.43% 0.44% -
XYZ 10.31 13.64 14.66 -
YUV 96.51 131.1 104.81 -
System Red Green Blue C M Y K H S L
Decimal 64 112 102 0.43 0 0.09 0.56 167.5 0.27 0.35
Hex 40 70 66 2B 0 9 38 A8 1B 23
Octal 100 160 146 53 0 11 70 250 33 43
Binary 1000000 1110000 1100110 101011 0 1001 111000 10101000 11011 100011

Color Harmonies of #407066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407066

Black with #407066

Text Example


Text Example

White with #407066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407066; }

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

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

background-color css

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

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

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

border-color css

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

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

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