Html Css Color HEX #407B70 Dark Green Copper

📋 copy color: '#407B70'

red 64 ◦ green 123 ◦ blue 112

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

Shades of Dark Green Copper #407B70

Tints of Dark Green Copper #407B70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 37.46%

R = 21.4%
G = 41.14%
B = 37.46%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#407B70 (or 0x407B70) is known color: Dark Green Copper. HEX triplet: 40, 7B and 70. RGB value is (64,123,112). Sum of RGB (Red+Green+Blue) = 64+123+112=299 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.40% from 299); Green value is 123 (48.44% from 255 or 41.14% from 299); Blue value is 112 (44.14% from 255 or 37.46% from 299); Max value from RGB is 123 - color contains mainly: green. Hex color #407B70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407B70 is #BF848F. Grayscale: #686868. Windows color (decimal): -12551312 or 7371584. OLE color: 7371584.

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

Color convert

RGB 64 123 112 -
CMYK 0.48 0 0.09 0.52
HSL 168.81º 0.32% 0.37% -
HSV(B) 168.81º 0.48% 0.48% -
XYZ 12.12 16.43 17.86 -
YUV 104.11 132.45 99.39 -
System Red Green Blue C M Y K H S L
Decimal 64 123 112 0.48 0 0.09 0.52 168.81 0.32 0.37
Hex 40 7B 70 30 0 9 34 A9 20 25
Octal 100 173 160 60 0 11 64 251 40 45
Binary 1000000 1111011 1110000 110000 0 1001 110100 10101001 100000 100101

Color Harmonies of #407B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407B70

Black with #407B70

Text Example


Text Example

White with #407B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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