Html Css Color HEX #3F6965 Dark Green Copper

📋 copy color: '#3F6965'

red 63 ◦ green 105 ◦ blue 101

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

Shades of Dark Green Copper #3F6965

Tints of Dark Green Copper #3F6965

RGB

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

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

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

R = 23.42%
G = 39.03%
B = 37.55%

CMYK

 C value IS 0.4

 M value IS 0

 Y value IS 0.04

 K value IS 0.59

RGB Variations

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

Color information

#3F6965 (or 0x3F6965) is known color: Dark Green Copper. HEX triplet: 3F, 69 and 65. RGB value is (63,105,101). Sum of RGB (Red+Green+Blue) = 63+105+101=269 (35% of max value = 765). Red value is 63 (25% from 255 or 23.42% from 269); Green value is 105 (41.41% from 255 or 39.03% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 105 - color contains mainly: green. Hex color #3F6965 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6965 is #C0969A. Grayscale: #5B5B5B. Windows color (decimal): -12621467 or 6646079. OLE color: 6646079.

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

Color convert

RGB 63 105 101 -
CMYK 0.4 0 0.04 0.59
HSL 174.29º 0.25% 0.33% -
HSV(B) 174.29º 0.4% 0.41% -
XYZ 9.45 12.1 14.15 -
YUV 91.99 133.09 107.33 -
System Red Green Blue C M Y K H S L
Decimal 63 105 101 0.4 0 0.04 0.59 174.29 0.25 0.33
Hex 3F 69 65 28 0 4 3B AE 19 21
Octal 77 151 145 50 0 4 73 256 31 41
Binary 111111 1101001 1100101 101000 0 100 111011 10101110 11001 100001

Color Harmonies of #3F6965

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6965

Black with #3F6965

Text Example


Text Example

White with #3F6965

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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