Html Css Color HEX #53796E Dark Green Copper

📋 copy color: '#53796E'

red 83 ◦ green 121 ◦ blue 110

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

Shades of Dark Green Copper #53796E

Tints of Dark Green Copper #53796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 38.54%

 BLUE value IS 110 (43.36% from 255) = 35.03%

R = 26.43%
G = 38.54%
B = 35.03%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#53796E (or 0x53796E) is known color: Dark Green Copper. HEX triplet: 53, 79 and 6E. RGB value is (83,121,110). Sum of RGB (Red+Green+Blue) = 83+121+110=314 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.43% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 110 (43.36% from 255 or 35.03% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #53796E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53796E is #AC8691. Grayscale: #6C6C6C. Windows color (decimal): -11306642 or 7240019. OLE color: 7240019.

HSL color Cylindrical-coordinate representation of color #53796E: hue angle of 162.63º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #53796E is Cyan = 0.31, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 121 110 -
CMYK 0.31 0 0.09 0.53
HSL 162.63º 0.19% 0.4% -
HSV(B) 162.63º 0.31% 0.47% -
XYZ 13.22 16.64 17.27 -
YUV 108.38 128.91 109.89 -
System Red Green Blue C M Y K H S L
Decimal 83 121 110 0.31 0 0.09 0.53 162.63 0.19 0.4
Hex 53 79 6E 1F 0 9 35 A3 13 28
Octal 123 171 156 37 0 11 65 243 23 50
Binary 1010011 1111001 1101110 11111 0 1001 110101 10100011 10011 101000

Color Harmonies of #53796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53796E

Black with #53796E

Text Example


Text Example

White with #53796E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53796E; }

 p { color: rgb(83,121,110); }

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

background-color css

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

 a { background-color: rgb(83,121,110); }

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

border-color css

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

 span { border-color: rgb(83,121,110); }

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