Html Css Color HEX #3E6964 Dark Green Copper

📋 copy color: '#3E6964'

red 62 ◦ green 105 ◦ blue 100

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

Shades of Dark Green Copper #3E6964

Tints of Dark Green Copper #3E6964

RGB

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

 GREEN value IS 105 (41.41% from 255) = 39.33%

 BLUE value IS 100 (39.45% from 255) = 37.45%

R = 23.22%
G = 39.33%
B = 37.45%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.59

RGB Variations

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

Color information

#3E6964 (or 0x3E6964) is known color: Dark Green Copper. HEX triplet: 3E, 69 and 64. RGB value is (62,105,100). Sum of RGB (Red+Green+Blue) = 62+105+100=267 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.22% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 105 - color contains mainly: green. Hex color #3E6964 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3E6964 is #C1969B. Grayscale: #5B5B5B. Windows color (decimal): -12687004 or 6580542. OLE color: 6580542.

HSL color Cylindrical-coordinate representation of color #3E6964: hue angle of 173.02º degrees, saturation: 0.26, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3E6964 is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.59.

Color convert

RGB 62 105 100 -
CMYK 0.41 0 0.05 0.59
HSL 173.02º 0.26% 0.33% -
HSV(B) 173.02º 0.41% 0.41% -
XYZ 9.34 12.05 13.89 -
YUV 91.57 132.75 106.91 -
System Red Green Blue C M Y K H S L
Decimal 62 105 100 0.41 0 0.05 0.59 173.02 0.26 0.33
Hex 3E 69 64 29 0 5 3B AD 1A 21
Octal 76 151 144 51 0 5 73 255 32 41
Binary 111110 1101001 1100100 101001 0 101 111011 10101101 11010 100001

Color Harmonies of #3E6964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E6964

Black with #3E6964

Text Example


Text Example

White with #3E6964

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,105,100); }

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

background-color css

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

 a { background-color: rgb(62,105,100); }

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

border-color css

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

 span { border-color: rgb(62,105,100); }

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