Html Css Color HEX #3F6E65 Dark Green Copper

📋 copy color: '#3F6E65'

red 63 ◦ green 110 ◦ blue 101

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

Shades of Dark Green Copper #3F6E65

Tints of Dark Green Copper #3F6E65

RGB

 RED value IS 63 (25% from 255) = 22.99%

 GREEN value IS 110 (43.36% from 255) = 40.15%

 BLUE value IS 101 (39.84% from 255) = 36.86%

R = 22.99%
G = 40.15%
B = 36.86%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.08

 K value IS 0.57

RGB Variations

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

Color information

#3F6E65 (or 0x3F6E65) is known color: Dark Green Copper. HEX triplet: 3F, 6E and 65. RGB value is (63,110,101). Sum of RGB (Red+Green+Blue) = 63+110+101=274 (36% of max value = 765). Red value is 63 (25% from 255 or 22.99% from 274); Green value is 110 (43.36% from 255 or 40.15% from 274); Blue value is 101 (39.84% from 255 or 36.86% from 274); Max value from RGB is 110 - color contains mainly: green. Hex color #3F6E65 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6E65 is #C0919A. Grayscale: #5E5E5E. Windows color (decimal): -12620187 or 6647359. OLE color: 6647359.

HSL color Cylindrical-coordinate representation of color #3F6E65: hue angle of 168.51º degrees, saturation: 0.27, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3F6E65 is Cyan = 0.43, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.57.

Color convert

RGB 63 110 101 -
CMYK 0.43 0 0.08 0.57
HSL 168.51º 0.27% 0.34% -
HSV(B) 168.51º 0.43% 0.43% -
XYZ 9.97 13.15 14.32 -
YUV 94.92 131.43 105.23 -
System Red Green Blue C M Y K H S L
Decimal 63 110 101 0.43 0 0.08 0.57 168.51 0.27 0.34
Hex 3F 6E 65 2B 0 8 39 A9 1B 22
Octal 77 156 145 53 0 10 71 251 33 42
Binary 111111 1101110 1100101 101011 0 1000 111001 10101001 11011 100010

Color Harmonies of #3F6E65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6E65

Black with #3F6E65

Text Example


Text Example

White with #3F6E65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,110,101); }

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

background-color css

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

 a { background-color: rgb(63,110,101); }

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

border-color css

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

 span { border-color: rgb(63,110,101); }

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