Html Css Color HEX #3F7369 Dark Green Copper

📋 copy color: '#3F7369'

red 63 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #3F7369

Tints of Dark Green Copper #3F7369

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 37.1%

R = 22.26%
G = 40.64%
B = 37.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#3F7369 (or 0x3F7369) is known color: Dark Green Copper. HEX triplet: 3F, 73 and 69. RGB value is (63,115,105). Sum of RGB (Red+Green+Blue) = 63+115+105=283 (37% of max value = 765). Red value is 63 (25% from 255 or 22.26% from 283); Green value is 115 (45.31% from 255 or 40.64% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 115 - color contains mainly: green. Hex color #3F7369 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3F7369 is #C08C96. Grayscale: #626262. Windows color (decimal): -12618903 or 6910783. OLE color: 6910783.

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

Color convert

RGB 63 115 105 -
CMYK 0.45 0 0.09 0.55
HSL 168.46º 0.29% 0.35% -
HSV(B) 168.46º 0.45% 0.45% -
XYZ 10.73 14.34 15.57 -
YUV 98.31 131.77 102.81 -
System Red Green Blue C M Y K H S L
Decimal 63 115 105 0.45 0 0.09 0.55 168.46 0.29 0.35
Hex 3F 73 69 2D 0 9 37 A8 1D 23
Octal 77 163 151 55 0 11 67 250 35 43
Binary 111111 1110011 1101001 101101 0 1001 110111 10101000 11101 100011

Color Harmonies of #3F7369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F7369

Black with #3F7369

Text Example


Text Example

White with #3F7369

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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