Html Css Color HEX #3D6A64 Dark Green Copper

📋 copy color: '#3D6A64'

red 61 ◦ green 106 ◦ blue 100

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

Shades of Dark Green Copper #3D6A64

Tints of Dark Green Copper #3D6A64

RGB

 RED value IS 61 (24.22% from 255) = 22.85%

 GREEN value IS 106 (41.8% from 255) = 39.7%

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

R = 22.85%
G = 39.7%
B = 37.45%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.06

 K value IS 0.58

RGB Variations

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

Color information

#3D6A64 (or 0x3D6A64) is known color: Dark Green Copper. HEX triplet: 3D, 6A and 64. RGB value is (61,106,100). Sum of RGB (Red+Green+Blue) = 61+106+100=267 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.85% from 267); Green value is 106 (41.80% from 255 or 39.70% from 267); Blue value is 100 (39.45% from 255 or 37.45% from 267); Max value from RGB is 106 - color contains mainly: green. Hex color #3D6A64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D6A64 is #C2959B. Grayscale: #5B5B5B. Windows color (decimal): -12752284 or 6580797. OLE color: 6580797.

HSL color Cylindrical-coordinate representation of color #3D6A64: hue angle of 172º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D6A64 is Cyan = 0.42, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.58.

Color convert

RGB 61 106 100 -
CMYK 0.42 0 0.06 0.58
HSL 172º 0.27% 0.33% -
HSV(B) 172º 0.42% 0.42% -
XYZ 9.38 12.22 13.92 -
YUV 91.86 132.59 105.99 -
System Red Green Blue C M Y K H S L
Decimal 61 106 100 0.42 0 0.06 0.58 172 0.27 0.33
Hex 3D 6A 64 2A 0 6 3A AC 1B 21
Octal 75 152 144 52 0 6 72 254 33 41
Binary 111101 1101010 1100100 101010 0 110 111010 10101100 11011 100001

Color Harmonies of #3D6A64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D6A64

Black with #3D6A64

Text Example


Text Example

White with #3D6A64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,106,100); }

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

background-color css

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

 a { background-color: rgb(61,106,100); }

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

border-color css

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

 span { border-color: rgb(61,106,100); }

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