Html Css Color HEX #53786E Dark Green Copper

📋 copy color: '#53786E'

red 83 ◦ green 120 ◦ blue 110

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

Shades of Dark Green Copper #53786E

Tints of Dark Green Copper #53786E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 38.34%

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

R = 26.52%
G = 38.34%
B = 35.14%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#53786E (or 0x53786E) is known color: Dark Green Copper. HEX triplet: 53, 78 and 6E. RGB value is (83,120,110). Sum of RGB (Red+Green+Blue) = 83+120+110=313 (41% of max value = 765). Red value is 83 (32.81% from 255 or 26.52% from 313); Green value is 120 (47.27% from 255 or 38.34% from 313); Blue value is 110 (43.36% from 255 or 35.14% from 313); Max value from RGB is 120 - color contains mainly: green. Hex color #53786E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53786E is #AC8791. Grayscale: #6B6B6B. Windows color (decimal): -11306898 or 7239763. OLE color: 7239763.

HSL color Cylindrical-coordinate representation of color #53786E: hue angle of 163.78º degrees, saturation: 0.18, 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 #53786E is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB 83 120 110 -
CMYK 0.31 0 0.08 0.53
HSL 163.78º 0.18% 0.4% -
HSV(B) 163.78º 0.31% 0.47% -
XYZ 13.1 16.4 17.23 -
YUV 107.8 129.24 110.31 -
System Red Green Blue C M Y K H S L
Decimal 83 120 110 0.31 0 0.08 0.53 163.78 0.18 0.4
Hex 53 78 6E 1F 0 8 35 A4 12 28
Octal 123 170 156 37 0 10 65 244 22 50
Binary 1010011 1111000 1101110 11111 0 1000 110101 10100100 10010 101000

Color Harmonies of #53786E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53786E

Black with #53786E

Text Example


Text Example

White with #53786E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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