Html Css Color HEX #536F65 Dark Green Copper

📋 copy color: '#536F65'

red 83 ◦ green 111 ◦ blue 101

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

Shades of Dark Green Copper #536F65

Tints of Dark Green Copper #536F65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 28.14%
G = 37.63%
B = 34.24%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#536F65 (or 0x536F65) is known color: Dark Green Copper. HEX triplet: 53, 6F and 65. RGB value is (83,111,101). Sum of RGB (Red+Green+Blue) = 83+111+101=295 (39% of max value = 765). Red value is 83 (32.81% from 255 or 28.14% from 295); Green value is 111 (43.75% from 255 or 37.63% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 111 - color contains mainly: green. Hex color #536F65 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #536F65 is #AC909A. Grayscale: #656565. Windows color (decimal): -11309211 or 6647635. OLE color: 6647635.

HSL color Cylindrical-coordinate representation of color #536F65: hue angle of 158.57º 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 #536F65 is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 83 111 101 -
CMYK 0.25 0 0.09 0.56
HSL 158.57º 0.14% 0.38% -
HSV(B) 158.57º 0.25% 0.44% -
XYZ 11.6 14.15 14.43 -
YUV 101.49 127.72 114.81 -
System Red Green Blue C M Y K H S L
Decimal 83 111 101 0.25 0 0.09 0.56 158.57 0.14 0.38
Hex 53 6F 65 19 0 9 38 9F E 26
Octal 123 157 145 31 0 11 70 237 16 46
Binary 1010011 1101111 1100101 11001 0 1001 111000 10011111 1110 100110

Color Harmonies of #536F65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #536F65

Black with #536F65

Text Example


Text Example

White with #536F65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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