Html Css Color HEX #537168 Dark Green Copper

📋 copy color: '#537168'

red 83 ◦ green 113 ◦ blue 104

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

Shades of Dark Green Copper #537168

Tints of Dark Green Copper #537168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 27.67%
G = 37.67%
B = 34.67%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#537168 (or 0x537168) is known color: Dark Green Copper. HEX triplet: 53, 71 and 68. RGB value is (83,113,104). Sum of RGB (Red+Green+Blue) = 83+113+104=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 113 (44.53% from 255 or 37.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 113 - color contains mainly: green. Hex color #537168 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537168 is #AC8E97. Grayscale: #676767. Windows color (decimal): -11308696 or 6844755. OLE color: 6844755.

HSL color Cylindrical-coordinate representation of color #537168: hue angle of 162º 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 #537168 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 113 104 -
CMYK 0.27 0 0.08 0.56
HSL 162º 0.15% 0.38% -
HSV(B) 162º 0.27% 0.44% -
XYZ 11.97 14.65 15.29 -
YUV 103 128.56 113.73 -
System Red Green Blue C M Y K H S L
Decimal 83 113 104 0.27 0 0.08 0.56 162 0.15 0.38
Hex 53 71 68 1B 0 8 38 A2 F 26
Octal 123 161 150 33 0 10 70 242 17 46
Binary 1010011 1110001 1101000 11011 0 1000 111000 10100010 1111 100110

Color Harmonies of #537168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537168

Black with #537168

Text Example


Text Example

White with #537168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537168; }

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

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

background-color css

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

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

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

border-color css

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

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

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