Html Css Color HEX #53756C Dark Green Copper

📋 copy color: '#53756C'

red 83 ◦ green 117 ◦ blue 108

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

Shades of Dark Green Copper #53756C

Tints of Dark Green Copper #53756C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 35.06%

R = 26.95%
G = 37.99%
B = 35.06%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#53756C (or 0x53756C) is known color: Dark Green Copper. HEX triplet: 53, 75 and 6C. RGB value is (83,117,108). Sum of RGB (Red+Green+Blue) = 83+117+108=308 (40% of max value = 765). Red value is 83 (32.81% from 255 or 26.95% from 308); Green value is 117 (46.09% from 255 or 37.99% from 308); Blue value is 108 (42.58% from 255 or 35.06% from 308); Max value from RGB is 117 - color contains mainly: green. Hex color #53756C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53756C is #AC8A93. Grayscale: #696969. Windows color (decimal): -11307668 or 7107923. OLE color: 7107923.

HSL color Cylindrical-coordinate representation of color #53756C: hue angle of 164.12º 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 #53756C is Cyan = 0.29, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.54.

Color convert

RGB 83 117 108 -
CMYK 0.29 0 0.08 0.54
HSL 164.12º 0.17% 0.39% -
HSV(B) 164.12º 0.29% 0.46% -
XYZ 12.64 15.64 16.54 -
YUV 105.81 129.24 111.73 -
System Red Green Blue C M Y K H S L
Decimal 83 117 108 0.29 0 0.08 0.54 164.12 0.17 0.39
Hex 53 75 6C 1D 0 8 36 A4 11 27
Octal 123 165 154 35 0 10 66 244 21 47
Binary 1010011 1110101 1101100 11101 0 1000 110110 10100100 10001 100111

Color Harmonies of #53756C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53756C

Black with #53756C

Text Example


Text Example

White with #53756C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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