Html Css Color HEX #536F66 Dark Green Copper

📋 copy color: '#536F66'

red 83 ◦ green 111 ◦ blue 102

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

Shades of Dark Green Copper #536F66

Tints of Dark Green Copper #536F66

RGB

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

 GREEN value IS 111 (43.75% from 255) = 37.5%

 BLUE value IS 102 (40.23% from 255) = 34.46%

R = 28.04%
G = 37.5%
B = 34.46%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.08

 K value IS 0.56

RGB Variations

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

Color information

#536F66 (or 0x536F66) is known color: Dark Green Copper. HEX triplet: 53, 6F and 66. RGB value is (83,111,102). Sum of RGB (Red+Green+Blue) = 83+111+102=296 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.04% from 296); Green value is 111 (43.75% from 255 or 37.5% from 296); Blue value is 102 (40.23% from 255 or 34.46% from 296); Max value from RGB is 111 - color contains mainly: green. Hex color #536F66 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F66 is #AC9099. Grayscale: #656565. Windows color (decimal): -11309210 or 6713171. OLE color: 6713171.

HSL color Cylindrical-coordinate representation of color #536F66: hue angle of 160.71º degrees, saturation: 0.14, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #536F66 is Cyan = 0.25, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 102 -
CMYK 0.25 0 0.08 0.56
HSL 160.71º 0.14% 0.38% -
HSV(B) 160.71º 0.25% 0.44% -
XYZ 11.65 14.17 14.69 -
YUV 101.6 128.22 114.73 -
System Red Green Blue C M Y K H S L
Decimal 83 111 102 0.25 0 0.08 0.56 160.71 0.14 0.38
Hex 53 6F 66 19 0 8 38 A1 E 26
Octal 123 157 146 31 0 10 70 241 16 46
Binary 1010011 1101111 1100110 11001 0 1000 111000 10100001 1110 100110

Color Harmonies of #536F66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F66

Black with #536F66

Text Example


Text Example

White with #536F66

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #536F66; }

 p { color: rgb(83,111,102); }

 H1.HeaderClassName
 {
   color: #536F66;
 }
 .AnyTagClassName
 {
   color: #536F66;
 }
</style>

background-color css

<style>
 a { background-color: #536F66; }

 a { background-color: rgb(83,111,102); }

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

border-color css

<style>
 span { border-color: #536F66; }

 span { border-color: rgb(83,111,102); }

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