Html Css Color HEX #3F7670 Dark Green Copper

📋 copy color: '#3F7670'

red 63 ◦ green 118 ◦ blue 112

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

Shades of Dark Green Copper #3F7670

Tints of Dark Green Copper #3F7670

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.27%

 BLUE value IS 112 (44.14% from 255) = 38.23%

R = 21.5%
G = 40.27%
B = 38.23%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#3F7670 (or 0x3F7670) is known color: Dark Green Copper. HEX triplet: 3F, 76 and 70. RGB value is (63,118,112). Sum of RGB (Red+Green+Blue) = 63+118+112=293 (38% of max value = 765). Red value is 63 (25% from 255 or 21.50% from 293); Green value is 118 (46.48% from 255 or 40.27% from 293); Blue value is 112 (44.14% from 255 or 38.23% from 293); Max value from RGB is 118 - color contains mainly: green. Hex color #3F7670 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7670 is #C0898F. Grayscale: #646464. Windows color (decimal): -12618128 or 7370303. OLE color: 7370303.

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

Color convert

RGB 63 118 112 -
CMYK 0.47 0 0.05 0.54
HSL 173.45º 0.3% 0.35% -
HSV(B) 173.45º 0.47% 0.46% -
XYZ 11.45 15.18 17.66 -
YUV 100.87 134.28 100.99 -
System Red Green Blue C M Y K H S L
Decimal 63 118 112 0.47 0 0.05 0.54 173.45 0.3 0.35
Hex 3F 76 70 2F 0 5 36 AD 1E 23
Octal 77 166 160 57 0 5 66 255 36 43
Binary 111111 1110110 1110000 101111 0 101 110110 10101101 11110 100011

Color Harmonies of #3F7670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7670

Black with #3F7670

Text Example


Text Example

White with #3F7670

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,118,112); }

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

background-color css

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

 a { background-color: rgb(63,118,112); }

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

border-color css

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

 span { border-color: rgb(63,118,112); }

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