Html Css Color HEX #537266 Dark Green Copper

📋 copy color: '#537266'

red 83 ◦ green 114 ◦ blue 102

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

Shades of Dark Green Copper #537266

Tints of Dark Green Copper #537266

RGB

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

 GREEN value IS 114 (44.92% from 255) = 38.13%

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

R = 27.76%
G = 38.13%
B = 34.11%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.11

 K value IS 0.55

RGB Variations

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

Color information

#537266 (or 0x537266) is known color: Dark Green Copper. HEX triplet: 53, 72 and 66. RGB value is (83,114,102). Sum of RGB (Red+Green+Blue) = 83+114+102=299 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.76% from 299); Green value is 114 (44.92% from 255 or 38.13% from 299); Blue value is 102 (40.23% from 255 or 34.11% from 299); Max value from RGB is 114 - color contains mainly: green. Hex color #537266 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537266 is #AC8D99. Grayscale: #676767. Windows color (decimal): -11308442 or 6713939. OLE color: 6713939.

HSL color Cylindrical-coordinate representation of color #537266: hue angle of 156.77º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #537266 is Cyan = 0.27, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 102 -
CMYK 0.27 0 0.11 0.55
HSL 156.77º 0.16% 0.39% -
HSV(B) 156.77º 0.27% 0.45% -
XYZ 11.98 14.83 14.8 -
YUV 103.36 127.23 113.48 -
System Red Green Blue C M Y K H S L
Decimal 83 114 102 0.27 0 0.11 0.55 156.77 0.16 0.39
Hex 53 72 66 1B 0 B 37 9D 10 27
Octal 123 162 146 33 0 13 67 235 20 47
Binary 1010011 1110010 1100110 11011 0 1011 110111 10011101 10000 100111

Color Harmonies of #537266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537266

Black with #537266

Text Example


Text Example

White with #537266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537266; }

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

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

background-color css

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

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

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

border-color css

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

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

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