Html Css Color HEX #407165 Dark Green Copper

📋 copy color: '#407165'

red 64 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #407165

Tints of Dark Green Copper #407165

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 36.33%

R = 23.02%
G = 40.65%
B = 36.33%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#407165 (or 0x407165) is known color: Dark Green Copper. HEX triplet: 40, 71 and 65. RGB value is (64,113,101). Sum of RGB (Red+Green+Blue) = 64+113+101=278 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.02% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 101 (39.84% from 255 or 36.33% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #407165 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407165 is #BF8E9A. Grayscale: #606060. Windows color (decimal): -12553883 or 6648128. OLE color: 6648128.

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

Color convert

RGB 64 113 101 -
CMYK 0.43 0 0.11 0.56
HSL 165.31º 0.28% 0.35% -
HSV(B) 165.31º 0.43% 0.44% -
XYZ 10.37 13.84 14.44 -
YUV 96.98 130.27 104.48 -
System Red Green Blue C M Y K H S L
Decimal 64 113 101 0.43 0 0.11 0.56 165.31 0.28 0.35
Hex 40 71 65 2B 0 B 38 A5 1C 23
Octal 100 161 145 53 0 13 70 245 34 43
Binary 1000000 1110001 1100101 101011 0 1011 111000 10100101 11100 100011

Color Harmonies of #407165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407165

Black with #407165

Text Example


Text Example

White with #407165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407165; }

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

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

background-color css

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

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

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

border-color css

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

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

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