Html Css Color HEX #407B72 Dark Green Copper

📋 copy color: '#407B72'

red 64 ◦ green 123 ◦ blue 114

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

Shades of Dark Green Copper #407B72

Tints of Dark Green Copper #407B72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 37.87%

R = 21.26%
G = 40.86%
B = 37.87%

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

#407B72 (or 0x407B72) is known color: Dark Green Copper. HEX triplet: 40, 7B and 72. RGB value is (64,123,114). Sum of RGB (Red+Green+Blue) = 64+123+114=301 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.26% from 301); Green value is 123 (48.44% from 255 or 40.86% from 301); Blue value is 114 (44.92% from 255 or 37.87% from 301); Max value from RGB is 123 - color contains mainly: green. Hex color #407B72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B72 is #BF848D. Grayscale: #686868. Windows color (decimal): -12551310 or 7502656. OLE color: 7502656.

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

Color convert

RGB 64 123 114 -
CMYK 0.48 0 0.07 0.52
HSL 170.85º 0.32% 0.37% -
HSV(B) 170.85º 0.48% 0.48% -
XYZ 12.23 16.47 18.45 -
YUV 104.33 133.45 99.23 -
System Red Green Blue C M Y K H S L
Decimal 64 123 114 0.48 0 0.07 0.52 170.85 0.32 0.37
Hex 40 7B 72 30 0 7 34 AB 20 25
Octal 100 173 162 60 0 7 64 253 40 45
Binary 1000000 1111011 1110010 110000 0 111 110100 10101011 100000 100101

Color Harmonies of #407B72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B72

Black with #407B72

Text Example


Text Example

White with #407B72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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