Html Css Color HEX #53736A Dark Green Copper

📋 copy color: '#53736A'

red 83 ◦ green 115 ◦ blue 106

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

Shades of Dark Green Copper #53736A

Tints of Dark Green Copper #53736A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.87%

R = 27.3%
G = 37.83%
B = 34.87%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.08

 K value IS 0.55

RGB Variations

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

Color information

#53736A (or 0x53736A) is known color: Dark Green Copper. HEX triplet: 53, 73 and 6A. RGB value is (83,115,106). Sum of RGB (Red+Green+Blue) = 83+115+106=304 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.30% from 304); Green value is 115 (45.31% from 255 or 37.83% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 115 - color contains mainly: green. Hex color #53736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53736A is #AC8C95. Grayscale: #686868. Windows color (decimal): -11308182 or 6976339. OLE color: 6976339.

HSL color Cylindrical-coordinate representation of color #53736A: hue angle of 163.12º 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 #53736A is Cyan = 0.28, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 115 106 -
CMYK 0.28 0 0.08 0.55
HSL 163.13º 0.16% 0.39% -
HSV(B) 163.13º 0.28% 0.45% -
XYZ 12.3 15.14 15.91 -
YUV 104.41 128.9 112.73 -
System Red Green Blue C M Y K H S L
Decimal 83 115 106 0.28 0 0.08 0.55 163.13 0.16 0.39
Hex 53 73 6A 1C 0 8 37 A3 10 27
Octal 123 163 152 34 0 10 67 243 20 47
Binary 1010011 1110011 1101010 11100 0 1000 110111 10100011 10000 100111

Color Harmonies of #53736A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53736A

Black with #53736A

Text Example


Text Example

White with #53736A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53736A; }

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

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

background-color css

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

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

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

border-color css

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

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

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