Html Css Color HEX #537165 Dark Green Copper

📋 copy color: '#537165'

red 83 ◦ green 113 ◦ blue 101

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

Shades of Dark Green Copper #537165

Tints of Dark Green Copper #537165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 38.05%

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

R = 27.95%
G = 38.05%
B = 34.01%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#537165 (or 0x537165) is known color: Dark Green Copper. HEX triplet: 53, 71 and 65. RGB value is (83,113,101). Sum of RGB (Red+Green+Blue) = 83+113+101=297 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.95% from 297); Green value is 113 (44.53% from 255 or 38.05% from 297); Blue value is 101 (39.84% from 255 or 34.01% from 297); Max value from RGB is 113 - color contains mainly: green. Hex color #537165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537165 is #AC8E9A. Grayscale: #666666. Windows color (decimal): -11308699 or 6648147. OLE color: 6648147.

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

Color convert

RGB 83 113 101 -
CMYK 0.27 0 0.11 0.56
HSL 156º 0.15% 0.38% -
HSV(B) 156º 0.27% 0.44% -
XYZ 11.82 14.59 14.5 -
YUV 102.66 127.06 113.98 -
System Red Green Blue C M Y K H S L
Decimal 83 113 101 0.27 0 0.11 0.56 156 0.15 0.38
Hex 53 71 65 1B 0 B 38 9C F 26
Octal 123 161 145 33 0 13 70 234 17 46
Binary 1010011 1110001 1100101 11011 0 1011 111000 10011100 1111 100110

Color Harmonies of #537165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537165

Black with #537165

Text Example


Text Example

White with #537165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537165; }

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

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

background-color css

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

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

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

border-color css

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

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

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