Html Css Color HEX #407A70 Dark Green Copper

📋 copy color: '#407A70'

red 64 ◦ green 122 ◦ blue 112

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

Shades of Dark Green Copper #407A70

Tints of Dark Green Copper #407A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.94%

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

R = 21.48%
G = 40.94%
B = 37.58%

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

#407A70 (or 0x407A70) is known color: Dark Green Copper. HEX triplet: 40, 7A and 70. RGB value is (64,122,112). Sum of RGB (Red+Green+Blue) = 64+122+112=298 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.48% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 112 (44.14% from 255 or 37.58% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #407A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A70 is #BF858F. Grayscale: #676767. Windows color (decimal): -12551568 or 7371328. OLE color: 7371328.

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

Color convert

RGB 64 122 112 -
CMYK 0.48 0 0.08 0.52
HSL 169.66º 0.31% 0.36% -
HSV(B) 169.66º 0.48% 0.48% -
XYZ 12 16.18 17.82 -
YUV 103.52 132.78 99.81 -
System Red Green Blue C M Y K H S L
Decimal 64 122 112 0.48 0 0.08 0.52 169.66 0.31 0.36
Hex 40 7A 70 30 0 8 34 AA 1F 24
Octal 100 172 160 60 0 10 64 252 37 44
Binary 1000000 1111010 1110000 110000 0 1000 110100 10101010 11111 100100

Color Harmonies of #407A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407A70

Black with #407A70

Text Example


Text Example

White with #407A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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