Html Css Color HEX #53756B Dark Green Copper

📋 copy color: '#53756B'

red 83 ◦ green 117 ◦ blue 107

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

Shades of Dark Green Copper #53756B

Tints of Dark Green Copper #53756B

RGB

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

 GREEN value IS 117 (46.09% from 255) = 38.11%

 BLUE value IS 107 (42.19% from 255) = 34.85%

R = 27.04%
G = 38.11%
B = 34.85%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#53756B (or 0x53756B) is known color: Dark Green Copper. HEX triplet: 53, 75 and 6B. RGB value is (83,117,107). Sum of RGB (Red+Green+Blue) = 83+117+107=307 (40% of max value = 765). Red value is 83 (32.81% from 255 or 27.04% from 307); Green value is 117 (46.09% from 255 or 38.11% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 117 - color contains mainly: green. Hex color #53756B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53756B is #AC8A94. Grayscale: #696969. Windows color (decimal): -11307669 or 7042387. OLE color: 7042387.

HSL color Cylindrical-coordinate representation of color #53756B: hue angle of 162.35º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #53756B is Cyan = 0.29, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 107 -
CMYK 0.29 0 0.09 0.54
HSL 162.35º 0.17% 0.39% -
HSV(B) 162.35º 0.29% 0.46% -
XYZ 12.58 15.62 16.26 -
YUV 105.69 128.74 111.81 -
System Red Green Blue C M Y K H S L
Decimal 83 117 107 0.29 0 0.09 0.54 162.35 0.17 0.39
Hex 53 75 6B 1D 0 9 36 A2 11 27
Octal 123 165 153 35 0 11 66 242 21 47
Binary 1010011 1110101 1101011 11101 0 1001 110110 10100010 10001 100111

Color Harmonies of #53756B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53756B

Black with #53756B

Text Example


Text Example

White with #53756B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53756B; }

 p { color: rgb(83,117,107); }

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

background-color css

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

 a { background-color: rgb(83,117,107); }

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

border-color css

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

 span { border-color: rgb(83,117,107); }

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