Html Css Color HEX #406762 Dark Green Copper

📋 copy color: '#406762'

red 64 ◦ green 103 ◦ blue 98

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

Shades of Dark Green Copper #406762

Tints of Dark Green Copper #406762

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 24.15%
G = 38.87%
B = 36.98%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#406762 (or 0x406762) is known color: Dark Green Copper. HEX triplet: 40, 67 and 62. RGB value is (64,103,98). Sum of RGB (Red+Green+Blue) = 64+103+98=265 (35% of max value = 765). Red value is 64 (25.39% from 255 or 24.15% from 265); Green value is 103 (40.62% from 255 or 38.87% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 103 - color contains mainly: green. Hex color #406762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #406762 is #BF989D. Grayscale: #5A5A5A. Windows color (decimal): -12556446 or 6448960. OLE color: 6448960.

HSL color Cylindrical-coordinate representation of color #406762: hue angle of 172.31º 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 #406762 is Cyan = 0.38, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 64 103 98 -
CMYK 0.38 0 0.05 0.60
HSL 172.31º 0.23% 0.33% -
HSV(B) 172.31º 0.38% 0.4% -
XYZ 9.17 11.67 13.32 -
YUV 90.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 64 103 98 0.38 0 0.05 0.60 172.31 0.23 0.33
Hex 40 67 62 26 0 5 3C AC 17 21
Octal 100 147 142 46 0 5 74 254 27 41
Binary 1000000 1100111 1100010 100110 0 101 111100 10101100 10111 100001

Color Harmonies of #406762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406762

Black with #406762

Text Example


Text Example

White with #406762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #406762; }

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

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

background-color css

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

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

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

border-color css

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

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

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