Html Css Color HEX #3E7A70 Dark Green Copper

📋 copy color: '#3E7A70'

red 62 ◦ green 122 ◦ blue 112

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

Shades of Dark Green Copper #3E7A70

Tints of Dark Green Copper #3E7A70

RGB

 RED value IS 62 (24.61% from 255) = 20.95%

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

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

R = 20.95%
G = 41.22%
B = 37.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.08

 K value IS 0.52

RGB Variations

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

Color information

#3E7A70 (or 0x3E7A70) is known color: Dark Green Copper. HEX triplet: 3E, 7A and 70. RGB value is (62,122,112). Sum of RGB (Red+Green+Blue) = 62+122+112=296 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.95% from 296); Green value is 122 (48.05% from 255 or 41.22% from 296); Blue value is 112 (44.14% from 255 or 37.84% from 296); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A70 is #C1858F. Grayscale: #666666. Windows color (decimal): -12682640 or 7371326. OLE color: 7371326.

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

Color convert

RGB 62 122 112 -
CMYK 0.49 0 0.08 0.52
HSL 170º 0.33% 0.36% -
HSV(B) 170º 0.49% 0.48% -
XYZ 11.87 16.11 17.81 -
YUV 102.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 62 122 112 0.49 0 0.08 0.52 170 0.33 0.36
Hex 3E 7A 70 31 0 8 34 AA 21 24
Octal 76 172 160 61 0 10 64 252 41 44
Binary 111110 1111010 1110000 110001 0 1000 110100 10101010 100001 100100

Color Harmonies of #3E7A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7A70

Black with #3E7A70

Text Example


Text Example

White with #3E7A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E7A70; }

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

 H1.HeaderClassName
 {
   color: #3E7A70;
 }
 .AnyTagClassName
 {
   color: #3E7A70;
 }
</style>

background-color css

<style>
 a { background-color: #3E7A70; }

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

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

border-color css

<style>
 span { border-color: #3E7A70; }

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

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