Html Css Color HEX #407167 Dark Green Copper

📋 copy color: '#407167'

red 64 ◦ green 113 ◦ blue 103

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

Shades of Dark Green Copper #407167

Tints of Dark Green Copper #407167

RGB

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

 GREEN value IS 113 (44.53% from 255) = 40.36%

 BLUE value IS 103 (40.63% from 255) = 36.79%

R = 22.86%
G = 40.36%
B = 36.79%

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

#407167 (or 0x407167) is known color: Dark Green Copper. HEX triplet: 40, 71 and 67. RGB value is (64,113,103). Sum of RGB (Red+Green+Blue) = 64+113+103=280 (37% of max value = 765). Red value is 64 (25.39% from 255 or 22.86% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 103 (40.62% from 255 or 36.79% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #407167 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407167 is #BF8E98. Grayscale: #616161. Windows color (decimal): -12553881 or 6779200. OLE color: 6779200.

HSL color Cylindrical-coordinate representation of color #407167: hue angle of 167.76º degrees, saturation: 0.28, 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 #407167 is Cyan = 0.43, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 64 113 103 -
CMYK 0.43 0 0.09 0.56
HSL 167.76º 0.28% 0.35% -
HSV(B) 167.76º 0.43% 0.44% -
XYZ 10.47 13.88 14.96 -
YUV 97.21 131.27 104.31 -
System Red Green Blue C M Y K H S L
Decimal 64 113 103 0.43 0 0.09 0.56 167.76 0.28 0.35
Hex 40 71 67 2B 0 9 38 A8 1C 23
Octal 100 161 147 53 0 11 70 250 34 43
Binary 1000000 1110001 1100111 101011 0 1001 111000 10101000 11100 100011

Color Harmonies of #407167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407167

Black with #407167

Text Example


Text Example

White with #407167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407167; }

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

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

background-color css

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

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

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

border-color css

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

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

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