Html Css Color HEX #537267 Dark Green Copper

📋 copy color: '#537267'

red 83 ◦ green 114 ◦ blue 103

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

Shades of Dark Green Copper #537267

Tints of Dark Green Copper #537267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 34.33%

R = 27.67%
G = 38%
B = 34.33%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#537267 (or 0x537267) is known color: Dark Green Copper. HEX triplet: 53, 72 and 67. RGB value is (83,114,103). Sum of RGB (Red+Green+Blue) = 83+114+103=300 (39% of max value = 765). Red value is 83 (32.81% from 255 or 27.67% from 300); Green value is 114 (44.92% from 255 or 38% from 300); Blue value is 103 (40.62% from 255 or 34.33% from 300); Max value from RGB is 114 - color contains mainly: green. Hex color #537267 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #537267 is #AC8D98. Grayscale: #676767. Windows color (decimal): -11308441 or 6779475. OLE color: 6779475.

HSL color Cylindrical-coordinate representation of color #537267: hue angle of 158.71º 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 #537267 is Cyan = 0.27, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 83 114 103 -
CMYK 0.27 0 0.10 0.55
HSL 158.71º 0.16% 0.39% -
HSV(B) 158.71º 0.27% 0.45% -
XYZ 12.03 14.85 15.06 -
YUV 103.48 127.73 113.39 -
System Red Green Blue C M Y K H S L
Decimal 83 114 103 0.27 0 0.10 0.55 158.71 0.16 0.39
Hex 53 72 67 1B 0 A 37 9F 10 27
Octal 123 162 147 33 0 12 67 237 20 47
Binary 1010011 1110010 1100111 11011 0 1010 110111 10011111 10000 100111

Color Harmonies of #537267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #537267

Black with #537267

Text Example


Text Example

White with #537267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #537267; }

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

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

background-color css

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

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

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

border-color css

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

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

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