Html Css Color HEX #537369 Dark Green Copper

📋 copy color: '#537369'

red 83 ◦ green 115 ◦ blue 105

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

Shades of Dark Green Copper #537369

Tints of Dark Green Copper #537369

RGB

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

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

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

R = 27.39%
G = 37.95%
B = 34.65%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#537369 (or 0x537369) is known color: Dark Green Copper. HEX triplet: 53, 73 and 69. RGB value is (83,115,105). Sum of RGB (Red+Green+Blue) = 83+115+105=303 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.39% from 303); Green value is 115 (45.31% from 255 or 37.95% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 115 - color contains mainly: green. Hex color #537369 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537369 is #AC8C96. Grayscale: #686868. Windows color (decimal): -11308183 or 6910803. OLE color: 6910803.

HSL color Cylindrical-coordinate representation of color #537369: hue angle of 161.25º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #537369 is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 115 105 -
CMYK 0.28 0 0.09 0.55
HSL 161.25º 0.16% 0.39% -
HSV(B) 161.25º 0.28% 0.45% -
XYZ 12.25 15.12 15.64 -
YUV 104.29 128.4 112.81 -
System Red Green Blue C M Y K H S L
Decimal 83 115 105 0.28 0 0.09 0.55 161.25 0.16 0.39
Hex 53 73 69 1C 0 9 37 A1 10 27
Octal 123 163 151 34 0 11 67 241 20 47
Binary 1010011 1110011 1101001 11100 0 1001 110111 10100001 10000 100111

Color Harmonies of #537369

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537369

Black with #537369

Text Example


Text Example

White with #537369

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537369; }

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

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

background-color css

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

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

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

border-color css

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

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

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