Html Css Color HEX #3F7568 Dark Green Copper

📋 copy color: '#3F7568'

red 63 ◦ green 117 ◦ blue 104

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

Shades of Dark Green Copper #3F7568

Tints of Dark Green Copper #3F7568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.62%

R = 22.18%
G = 41.2%
B = 36.62%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#3F7568 (or 0x3F7568) is known color: Dark Green Copper. HEX triplet: 3F, 75 and 68. RGB value is (63,117,104). Sum of RGB (Red+Green+Blue) = 63+117+104=284 (37% of max value = 765). Red value is 63 (25% from 255 or 22.18% from 284); Green value is 117 (46.09% from 255 or 41.20% from 284); Blue value is 104 (41.02% from 255 or 36.62% from 284); Max value from RGB is 117 - color contains mainly: green. Hex color #3F7568 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7568 is #C08A97. Grayscale: #636363. Windows color (decimal): -12618392 or 6845759. OLE color: 6845759.

HSL color Cylindrical-coordinate representation of color #3F7568: hue angle of 165.56º 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 #3F7568 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 63 117 104 -
CMYK 0.46 0 0.11 0.54
HSL 165.56º 0.3% 0.35% -
HSV(B) 165.56º 0.46% 0.46% -
XYZ 10.91 14.78 15.37 -
YUV 99.37 130.61 102.06 -
System Red Green Blue C M Y K H S L
Decimal 63 117 104 0.46 0 0.11 0.54 165.56 0.3 0.35
Hex 3F 75 68 2E 0 B 36 A6 1E 23
Octal 77 165 150 56 0 13 66 246 36 43
Binary 111111 1110101 1101000 101110 0 1011 110110 10100110 11110 100011

Color Harmonies of #3F7568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7568

Black with #3F7568

Text Example


Text Example

White with #3F7568

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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