Html Css Color HEX #3F726D Dark Green Copper

📋 copy color: '#3F726D'

red 63 ◦ green 114 ◦ blue 109

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

Shades of Dark Green Copper #3F726D

Tints of Dark Green Copper #3F726D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 39.86%

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 22.03%
G = 39.86%
B = 38.11%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.04

 K value IS 0.55

RGB Variations

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

Color information

#3F726D (or 0x3F726D) is known color: Dark Green Copper. HEX triplet: 3F, 72 and 6D. RGB value is (63,114,109). Sum of RGB (Red+Green+Blue) = 63+114+109=286 (37% of max value = 765). Red value is 63 (25% from 255 or 22.03% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 114 - color contains mainly: green. Hex color #3F726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F726D is #C08D92. Grayscale: #626262. Windows color (decimal): -12619155 or 7172671. OLE color: 7172671.

HSL color Cylindrical-coordinate representation of color #3F726D: hue angle of 174.12º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F726D is Cyan = 0.45, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 114 109 -
CMYK 0.45 0 0.04 0.55
HSL 174.12º 0.29% 0.35% -
HSV(B) 174.12º 0.45% 0.45% -
XYZ 10.83 14.2 16.64 -
YUV 98.18 134.1 102.91 -
System Red Green Blue C M Y K H S L
Decimal 63 114 109 0.45 0 0.04 0.55 174.12 0.29 0.35
Hex 3F 72 6D 2D 0 4 37 AE 1D 23
Octal 77 162 155 55 0 4 67 256 35 43
Binary 111111 1110010 1101101 101101 0 100 110111 10101110 11101 100011

Color Harmonies of #3F726D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F726D

Black with #3F726D

Text Example


Text Example

White with #3F726D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,114,109); }

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

background-color css

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

 a { background-color: rgb(63,114,109); }

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

border-color css

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

 span { border-color: rgb(63,114,109); }

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