Html Css Color HEX #3E7A72 Dark Green Copper

📋 copy color: '#3E7A72'

red 62 ◦ green 122 ◦ blue 114

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

Shades of Dark Green Copper #3E7A72

Tints of Dark Green Copper #3E7A72

RGB

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

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

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

R = 20.81%
G = 40.94%
B = 38.26%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.07

 K value IS 0.52

RGB Variations

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

Color information

#3E7A72 (or 0x3E7A72) is known color: Dark Green Copper. HEX triplet: 3E, 7A and 72. RGB value is (62,122,114). Sum of RGB (Red+Green+Blue) = 62+122+114=298 (39% of max value = 765). Red value is 62 (24.61% from 255 or 20.81% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 114 (44.92% from 255 or 38.26% from 298); Max value from RGB is 122 - color contains mainly: green. Hex color #3E7A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E7A72 is #C1858D. Grayscale: #676767. Windows color (decimal): -12682638 or 7502398. OLE color: 7502398.

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

Color convert

RGB 62 122 114 -
CMYK 0.49 0 0.07 0.52
HSL 172º 0.33% 0.36% -
HSV(B) 172º 0.49% 0.48% -
XYZ 11.98 16.16 18.41 -
YUV 103.15 134.12 98.65 -
System Red Green Blue C M Y K H S L
Decimal 62 122 114 0.49 0 0.07 0.52 172 0.33 0.36
Hex 3E 7A 72 31 0 7 34 AC 21 24
Octal 76 172 162 61 0 7 64 254 41 44
Binary 111110 1111010 1110010 110001 0 111 110100 10101100 100001 100100

Color Harmonies of #3E7A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E7A72

Black with #3E7A72

Text Example


Text Example

White with #3E7A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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