Html Css Color HEX #3F736D Dark Green Copper

📋 copy color: '#3F736D'

red 63 ◦ green 115 ◦ blue 109

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

Shades of Dark Green Copper #3F736D

Tints of Dark Green Copper #3F736D

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.07%

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

R = 21.95%
G = 40.07%
B = 37.98%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.05

 K value IS 0.55

RGB Variations

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

Color information

#3F736D (or 0x3F736D) is known color: Dark Green Copper. HEX triplet: 3F, 73 and 6D. RGB value is (63,115,109). Sum of RGB (Red+Green+Blue) = 63+115+109=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 115 (45.31% from 255 or 40.07% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 115 - color contains mainly: green. Hex color #3F736D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F736D is #C08C92. Grayscale: #626262. Windows color (decimal): -12618899 or 7172927. OLE color: 7172927.

HSL color Cylindrical-coordinate representation of color #3F736D: hue angle of 173.08º 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 #3F736D is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.

Color convert

RGB 63 115 109 -
CMYK 0.45 0 0.05 0.55
HSL 173.08º 0.29% 0.35% -
HSV(B) 173.08º 0.45% 0.45% -
XYZ 10.94 14.42 16.68 -
YUV 98.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 63 115 109 0.45 0 0.05 0.55 173.08 0.29 0.35
Hex 3F 73 6D 2D 0 5 37 AD 1D 23
Octal 77 163 155 55 0 5 67 255 35 43
Binary 111111 1110011 1101101 101101 0 101 110111 10101101 11101 100011

Color Harmonies of #3F736D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F736D

Black with #3F736D

Text Example


Text Example

White with #3F736D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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