Html Css Color HEX #3F6762 Dark Green Copper

📋 copy color: '#3F6762'

red 63 ◦ green 103 ◦ blue 98

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

Shades of Dark Green Copper #3F6762

Tints of Dark Green Copper #3F6762

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.02%

 BLUE value IS 98 (38.67% from 255) = 37.12%

R = 23.86%
G = 39.02%
B = 37.12%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.60

RGB Variations

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

Color information

#3F6762 (or 0x3F6762) is known color: Dark Green Copper. HEX triplet: 3F, 67 and 62. RGB value is (63,103,98). Sum of RGB (Red+Green+Blue) = 63+103+98=264 (34% of max value = 765). Red value is 63 (25% from 255 or 23.86% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #3F6762 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F6762 is #C0989D. Grayscale: #5A5A5A. Windows color (decimal): -12621982 or 6448959. OLE color: 6448959.

HSL color Cylindrical-coordinate representation of color #3F6762: hue angle of 172.5º degrees, saturation: 0.24, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3F6762 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.60.

Color convert

RGB 63 103 98 -
CMYK 0.39 0 0.05 0.60
HSL 172.5º 0.24% 0.33% -
HSV(B) 172.5º 0.39% 0.4% -
XYZ 9.1 11.64 13.32 -
YUV 90.47 132.25 108.41 -
System Red Green Blue C M Y K H S L
Decimal 63 103 98 0.39 0 0.05 0.60 172.5 0.24 0.33
Hex 3F 67 62 27 0 5 3C AC 18 21
Octal 77 147 142 47 0 5 74 254 30 41
Binary 111111 1100111 1100010 100111 0 101 111100 10101100 11000 100001

Color Harmonies of #3F6762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F6762

Black with #3F6762

Text Example


Text Example

White with #3F6762

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,103,98); }

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

background-color css

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

 a { background-color: rgb(63,103,98); }

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

border-color css

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

 span { border-color: rgb(63,103,98); }

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