Html Css Color HEX #407B73 Dark Green Copper

📋 copy color: '#407B73'

red 64 ◦ green 123 ◦ blue 115

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

Shades of Dark Green Copper #407B73

Tints of Dark Green Copper #407B73

RGB

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

 GREEN value IS 123 (48.44% from 255) = 40.73%

 BLUE value IS 115 (45.31% from 255) = 38.08%

R = 21.19%
G = 40.73%
B = 38.08%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#407B73 (or 0x407B73) is known color: Dark Green Copper. HEX triplet: 40, 7B and 73. RGB value is (64,123,115). Sum of RGB (Red+Green+Blue) = 64+123+115=302 (40% of max value = 765). Red value is 64 (25.39% from 255 or 21.19% from 302); Green value is 123 (48.44% from 255 or 40.73% from 302); Blue value is 115 (45.31% from 255 or 38.08% from 302); Max value from RGB is 123 - color contains mainly: green. Hex color #407B73 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B73 is #BF848C. Grayscale: #686868. Windows color (decimal): -12551309 or 7568192. OLE color: 7568192.

HSL color Cylindrical-coordinate representation of color #407B73: hue angle of 171.86º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407B73 is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 115 -
CMYK 0.48 0 0.07 0.52
HSL 171.86º 0.32% 0.37% -
HSV(B) 171.86º 0.48% 0.48% -
XYZ 12.29 16.49 18.76 -
YUV 104.45 133.95 99.15 -
System Red Green Blue C M Y K H S L
Decimal 64 123 115 0.48 0 0.07 0.52 171.86 0.32 0.37
Hex 40 7B 73 30 0 7 34 AC 20 25
Octal 100 173 163 60 0 7 64 254 40 45
Binary 1000000 1111011 1110011 110000 0 111 110100 10101100 100000 100101

Color Harmonies of #407B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B73

Black with #407B73

Text Example


Text Example

White with #407B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407B73; }

 p { color: rgb(64,123,115); }

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

background-color css

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

 a { background-color: rgb(64,123,115); }

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

border-color css

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

 span { border-color: rgb(64,123,115); }

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