Html Css Color HEX #3F756A Dark Green Copper

📋 copy color: '#3F756A'

red 63 ◦ green 117 ◦ blue 106

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

Shades of Dark Green Copper #3F756A

Tints of Dark Green Copper #3F756A

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.91%

 BLUE value IS 106 (41.8% from 255) = 37.06%

R = 22.03%
G = 40.91%
B = 37.06%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#3F756A (or 0x3F756A) is known color: Dark Green Copper. HEX triplet: 3F, 75 and 6A. RGB value is (63,117,106). Sum of RGB (Red+Green+Blue) = 63+117+106=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 117 (46.09% from 255 or 40.91% from 286); Blue value is 106 (41.80% from 255 or 37.06% from 286); Max value from RGB is 117 - color contains mainly: green. Hex color #3F756A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F756A is #C08A95. Grayscale: #636363. Windows color (decimal): -12618390 or 6976831. OLE color: 6976831.

HSL color Cylindrical-coordinate representation of color #3F756A: hue angle of 167.78º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3F756A is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 106 -
CMYK 0.46 0 0.09 0.54
HSL 167.78º 0.3% 0.35% -
HSV(B) 167.78º 0.46% 0.46% -
XYZ 11.01 14.82 15.92 -
YUV 99.6 131.61 101.89 -
System Red Green Blue C M Y K H S L
Decimal 63 117 106 0.46 0 0.09 0.54 167.78 0.3 0.35
Hex 3F 75 6A 2E 0 9 36 A8 1E 23
Octal 77 165 152 56 0 11 66 250 36 43
Binary 111111 1110101 1101010 101110 0 1001 110110 10101000 11110 100011

Color Harmonies of #3F756A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F756A

Black with #3F756A

Text Example


Text Example

White with #3F756A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,117,106); }

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

background-color css

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

 a { background-color: rgb(63,117,106); }

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

border-color css

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

 span { border-color: rgb(63,117,106); }

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