Html Css Color HEX #537065 Dark Green Copper

📋 copy color: '#537065'

red 83 ◦ green 112 ◦ blue 101

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

Shades of Dark Green Copper #537065

Tints of Dark Green Copper #537065

RGB

 RED value IS 83 (32.81% from 255) = 28.04%

 GREEN value IS 112 (44.14% from 255) = 37.84%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 28.04%
G = 37.84%
B = 34.12%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#537065 (or 0x537065) is known color: Dark Green Copper. HEX triplet: 53, 70 and 65. RGB value is (83,112,101). Sum of RGB (Red+Green+Blue) = 83+112+101=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 112 (44.14% from 255 or 37.84% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 112 - color contains mainly: green. Hex color #537065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537065 is #AC8F9A. Grayscale: #666666. Windows color (decimal): -11308955 or 6647891. OLE color: 6647891.

HSL color Cylindrical-coordinate representation of color #537065: hue angle of 157.24º degrees, saturation: 0.15, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #537065 is Cyan = 0.26, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 112 101 -
CMYK 0.26 0 0.10 0.56
HSL 157.24º 0.15% 0.38% -
HSV(B) 157.24º 0.26% 0.44% -
XYZ 11.71 14.37 14.47 -
YUV 102.08 127.39 114.39 -
System Red Green Blue C M Y K H S L
Decimal 83 112 101 0.26 0 0.10 0.56 157.24 0.15 0.38
Hex 53 70 65 1A 0 A 38 9D F 26
Octal 123 160 145 32 0 12 70 235 17 46
Binary 1010011 1110000 1100101 11010 0 1010 111000 10011101 1111 100110

Color Harmonies of #537065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537065

Black with #537065

Text Example


Text Example

White with #537065

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537065; }

 p { color: rgb(83,112,101); }

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

background-color css

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

 a { background-color: rgb(83,112,101); }

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

border-color css

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

 span { border-color: rgb(83,112,101); }

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