Html Css Color HEX #407B71 Dark Green Copper

📋 copy color: '#407B71'

red 64 ◦ green 123 ◦ blue 113

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

Shades of Dark Green Copper #407B71

Tints of Dark Green Copper #407B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 37.67%

R = 21.33%
G = 41%
B = 37.67%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#407B71 (or 0x407B71) is known color: Dark Green Copper. HEX triplet: 40, 7B and 71. RGB value is (64,123,113). Sum of RGB (Red+Green+Blue) = 64+123+113=300 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.33% from 300); Green value is 123 (48.44% from 255 or 41% from 300); Blue value is 113 (44.53% from 255 or 37.67% from 300); Max value from RGB is 123 - color contains mainly: green. Hex color #407B71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B71 is #BF848E. Grayscale: #686868. Windows color (decimal): -12551311 or 7437120. OLE color: 7437120.

HSL color Cylindrical-coordinate representation of color #407B71: hue angle of 169.83º 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 #407B71 is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.52.

Color convert

RGB 64 123 113 -
CMYK 0.48 0 0.08 0.52
HSL 169.83º 0.32% 0.37% -
HSV(B) 169.83º 0.48% 0.48% -
XYZ 12.18 16.45 18.16 -
YUV 104.22 132.95 99.31 -
System Red Green Blue C M Y K H S L
Decimal 64 123 113 0.48 0 0.08 0.52 169.83 0.32 0.37
Hex 40 7B 71 30 0 8 34 AA 20 25
Octal 100 173 161 60 0 10 64 252 40 45
Binary 1000000 1111011 1110001 110000 0 1000 110100 10101010 100000 100101

Color Harmonies of #407B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B71

Black with #407B71

Text Example


Text Example

White with #407B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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